Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 159
Default Load user form??

Is it possible and if it is can get some assistance in making a user form
load when the application starts so that the user has to click the
appropriate button control to start the application (i.e. enter company info
and products, list reports for various units, and print reports)??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Load user form??

hi,
a workbook open event ought to do it
Private Sub Workbook_Open()

Load frmYourForm
frmYourForm.Show 0
AppActivate Application.Caption

End Sub
Put this in the thisworkbook module.
change yourform to your form name.

Regards
FSt1

"Mekinnik" wrote:

Is it possible and if it is can get some assistance in making a user form
load when the application starts so that the user has to click the
appropriate button control to start the application (i.e. enter company info
and products, list reports for various units, and print reports)??

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 Form - how to load it Balan Excel Discussion (Misc queries) 4 May 20th 08 12:39 PM
How can I load a user form from within a worksheet subroutine? Doug Excel Programming 4 October 8th 07 12:59 PM
How can I load a user form from within a worksheet subroutine? Doug Excel Programming 1 October 5th 07 08:43 PM
how to load chart in user form Ahmed El Hadary Excel Programming 6 July 7th 05 02:25 PM
Userform doesn't recognize other user form upon re-load Cheryl Excel Programming 1 August 20th 04 10:43 PM


All times are GMT +1. The time now is 11:36 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"