Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 249
Default Show userform at spreadsheet open

How do you make a userform open when you open a spreadsheet?

Can anyone help?

Thankyou,

Roger [excel2003]
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Show userform at spreadsheet open

hi
sheet or file?

sheet.....
Private Sub Worksheet_Activate()
Load userform1
userform1.Show 0
End Sub

lookup modal and modaless forms in vb help.

file....
Private Sub Workbook_Open()
Load userform1
userform1.Show 0
End Sub

also see this site....
http://www.mvps.org/dmcritchie/excel/getstarted.htm

regards
FSt1

"Roger on Excel" wrote:

How do you make a userform open when you open a spreadsheet?

Can anyone help?

Thankyou,

Roger [excel2003]

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Show userform at spreadsheet open

You could also right click on the tab you want the userform to open on and
type the NameOfYourForm.show. Put this on an on activate event.

"Roger on Excel" wrote:

How do you make a userform open when you open a spreadsheet?

Can anyone help?

Thankyou,

Roger [excel2003]

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
zeros show as dashes in spreadsheet, want to show 0. emilyann Excel Discussion (Misc queries) 3 April 4th 23 10:29 AM
How do you make a userform open automatically when you open excel? Evan Excel Worksheet Functions 1 March 11th 10 02:24 AM
one column of cells show ####. Values show when I open it. Help grantljg Excel Discussion (Misc queries) 3 September 18th 07 09:19 PM
show a userform Joe[_17_] Excel Programming 0 July 18th 03 03:25 PM
How to open another Excel spreadsheet to copy data into current spreadsheet ? Ricky Pang Excel Programming 0 July 13th 03 01:59 PM


All times are GMT +1. The time now is 11:19 AM.

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

About Us

"It's about Microsoft Excel"