Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How do I open a Form in Excel XP

Hi Kevin

You can use a event to open the userform

Read Chip Pearson's site about Events
http://www.cpearson.com/excel/events.htm

Copy this in the thisworkbook module

Private Sub Workbook_Open()
userform1.Show
End Sub

See also
How to use Visual Basic for Applications examples to control UserForms in Microsoft Excel
http://support.microsoft.com/default...b;EN-US;829070


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kevin" wrote in message ...
How do I open a form using VBA in Excel XP? Help is of
little help? I want to load the form on startup of the
workbook.

TIA

Kevin



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default How do I open a Form in Excel XP

Thanks! That helps a lot!
-----Original Message-----
Hi Kevin

You can use a event to open the userform

Read Chip Pearson's site about Events
http://www.cpearson.com/excel/events.htm

Copy this in the thisworkbook module

Private Sub Workbook_Open()
userform1.Show
End Sub

See also
How to use Visual Basic for Applications examples to

control UserForms in Microsoft Excel
http://support.microsoft.com/default.aspx?scid=kb;EN-

US;829070


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kevin" wrote in

message ...
How do I open a form using VBA in Excel XP? Help is of
little help? I want to load the form on startup of the
workbook.

TIA

Kevin



.

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
How can I open excel template form in a shared file using vista? paultrvrs Excel Discussion (Misc queries) 1 November 3rd 09 07:25 PM
Using a template form, advance a form number everytime you open ShoDan Excel Discussion (Misc queries) 1 January 31st 08 01:34 PM
Open Form Automatically in Excel File Bejewell New Users to Excel 1 November 16th 05 06:18 PM
Is it possible to open the VBA form with a link in a sheet and to pass variable from a cell to the VBA form? Daniel[_14_] Excel Programming 1 August 29th 04 01:20 PM
Open an Acees Form from Excel javydreamercsw[_4_] Excel Programming 2 February 24th 04 09:52 AM


All times are GMT +1. The time now is 05:45 AM.

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"