mtb
Gebruiker
- Lid geworden
- 15 feb 2005
- Berichten
- 314
olla,
als onderstaande formule word opgestart krijg ik een fractie van 1 sec blad 'week 29' te zien voordat hij naar blad startpagina gaat, ziet er niet gladjes uit als je het bestand opent opent, iemand suggesties.
Private Sub Workbook_Open()
Sheets("startpagina").Visible = True
Sheets("startpagina").Activate
MsgBox ("press OK to enter the game zone")
Sheets("startpagina").Visible = False
Sheets("week 29").Activate
End Sub
thanks
als onderstaande formule word opgestart krijg ik een fractie van 1 sec blad 'week 29' te zien voordat hij naar blad startpagina gaat, ziet er niet gladjes uit als je het bestand opent opent, iemand suggesties.
Private Sub Workbook_Open()
Sheets("startpagina").Visible = True
Sheets("startpagina").Activate
MsgBox ("press OK to enter the game zone")
Sheets("startpagina").Visible = False
Sheets("week 29").Activate
End Sub
thanks