Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How do I get my customized form "frmCustEnrollment" to run automaticall when the entire file or workbook "CEF.xls" is opened -- Mcastee ----------------------------------------------------------------------- Mcasteel's Profile: http://www.excelforum.com/member.php...fo&userid=1569 View this thread: http://www.excelforum.com/showthread.php?threadid=27829 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
put your code in the workbook_open() event procedure of your workbook "Mcasteel" wrote: How do I get my customized form "frmCustEnrollment" to run automatically when the entire file or workbook "CEF.xls" is opened? -- Mcasteel ------------------------------------------------------------------------ Mcasteel's Profile: http://www.excelforum.com/member.php...o&userid=15698 View this thread: http://www.excelforum.com/showthread...hreadid=278291 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
in the VBE window, double click on the ThisWorkbook module of your workbook, from the top left drop down box choose Workbook and the workbook_open procedure should be created for you in here use frmCustEnrollment.show Hope this helps Cheers JulieD "Mcasteel" wrote in message ... How do I get my customized form "frmCustEnrollment" to run automatically when the entire file or workbook "CEF.xls" is opened? -- Mcasteel ------------------------------------------------------------------------ Mcasteel's Profile: http://www.excelforum.com/member.php...o&userid=15698 View this thread: http://www.excelforum.com/showthread...hreadid=278291 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto open a workbook | Excel Discussion (Misc queries) | |||
Auto open workbook(s)? | Excel Discussion (Misc queries) | |||
How to code VBA: Auto open workbook and run macro | Excel Discussion (Misc queries) | |||
auto run macro at workbook open | Excel Programming | |||
auto open a workbook | Excel Programming |