Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Opening User Forms

I've created a user form and I want it to open when the workbook opens. I
can't seem to get this to work. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Opening User Forms

go into the VBE and double click on the Thisworkbook entry for your specific
project in the Project explorer. That will open the workbook moduel and you
can create a Workbook_Open event by selecting workbook, then Open from the
dropdowns at the top of the module.

this will enter

Private Sub Workbook_Open()

End Sub

In this procedure you can put

Private Sub Workbook_Open()
Userform1.Show
End Sub

See Chip Pearson's page on Events:
http://www.cpearson.com/excel/events.htm

--
Regards,
Tom Ogilvy


"MAWII" wrote in message
...
I've created a user form and I want it to open when the workbook opens. I
can't seem to get this to work. Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Opening User Forms

Thanks alot!

"Tom Ogilvy" wrote:

go into the VBE and double click on the Thisworkbook entry for your specific
project in the Project explorer. That will open the workbook moduel and you
can create a Workbook_Open event by selecting workbook, then Open from the
dropdowns at the top of the module.

this will enter

Private Sub Workbook_Open()

End Sub

In this procedure you can put

Private Sub Workbook_Open()
Userform1.Show
End Sub

See Chip Pearson's page on Events:
http://www.cpearson.com/excel/events.htm

--
Regards,
Tom Ogilvy


"MAWII" wrote in message
...
I've created a user form and I want it to open when the workbook opens. I
can't seem to get this to work. Thanks!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
User Forms Joanne New Users to Excel 18 July 5th 07 12:42 AM
user forms Obi-Wan Kenobi Excel Discussion (Misc queries) 0 March 21st 06 08:28 PM
User forms Scott Excel Programming 4 April 18th 04 06:22 PM
VB user forms Madasu Excel Programming 4 January 11th 04 10:47 PM
User Forms Nev[_2_] Excel Programming 4 October 4th 03 12:35 AM


All times are GMT +1. The time now is 10:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"