Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I'm having a friday moment. When one for closes i want to close that workbook and show the menu form in the previous workbook. Application.run "Main Menu.xls!ShowForm" just returns an error (can't find). Any thoughts? cheers Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try enclosing the filename in single quotes.
Application.Run "'Main Menu.xls'!ShowForm" -- Hope that helps. Vergel Adriano "Keith74" wrote: Hi All I'm having a friday moment. When one for closes i want to close that workbook and show the menu form in the previous workbook. Application.run "Main Menu.xls!ShowForm" just returns an error (can't find). Any thoughts? cheers Keith |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Vergel
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form to open when workbook is opened | Excel Worksheet Functions | |||
how to open your workbook with a form | Excel Discussion (Misc queries) | |||
Open workbook form from Add-in | Excel Programming | |||
HIDE Workbook whilst VBA Form Open | Excel Programming | |||
HIDE Workbook whilst VBA Form Open | Excel Programming |