Excel VBA: Arbeitsmappe ausblenden mit .visible
#11
Hallo Marius,

vielleicht so:

Code:
If  IchbinNichtAllein Then
  Application.Visible = True
  Thisworkbook.Windows(1).Visible = False
Else
  Thisworkbook.Windows(1).Visible = True
  Application.Visible = False
End If

Gruß Uwe
Top


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste