Anzeige
Archiv - Navigation
268to272
Aktuelles Verzeichnis
Verzeichnis Index
Übersicht Verzeichnisse
Vorheriger Thread
Rückwärts Blättern
Nächster Thread
Vorwärts blättern
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
268to272
268to272
Aktuelles Verzeichnis
Verzeichnis Index
Verzeichnis Index
Übersicht Verzeichnisse
Inhaltsverzeichnis

Userform autostart

Userform autostart
16.06.2003 13:14:19
Alex
-----------------------------------------------------------------------------------
Sorry about the English language! It can only read German!
-----------------------------------------------------------------------------------

Hi everybody!

Is there anyone who can tell me if it's possible to autostart a userform when opening Excel?
Is it also possible to block the cross (close) in the upper section = [x] of the userform?

Thanks in advance,

Alex


3
Beiträge zum Forumthread
Beiträge zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
Re: Userform autostart
16.06.2003 13:30:24
RAnton

Hi Alex,
try this

Private Sub Workbook_Open()
UserForm1.Show
End Sub

RAnton

Re: Userform autostart
16.06.2003 13:31:38
Daniel P

Hi Alex,

create a PERSONL.XLS and insert this procedure to the module of 'ThisWorkbook':

Private Sub Workbook_Open()
UserForm1.Show
End Sub

I dont' know how to block the cross

Daniel

Re: Userform autostart (2)
16.06.2003 13:33:57
Daniel

Hi Alex,

maybe this will help:
https://www.herber.de/forum/archiv/52to56/t55520.htm

Daniel


Beliebteste Forumthreads (12 Monate)

Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige