Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a toolbar button that when clicked will import a template.
Code: Sheets("Sheet1").Select Sheets.Add Type: = "L:\SALES\TEMPLATE\MyTemplate.xlt" This works fine. The problem is that the template has a VBA coded UserForm that is supposed to run everytime a certain cell is selected. It works just fine when I have the template open. But when I import the template using the button, the UserForm does not come with the template. How can I get the UserForm to stay with the template? TIA Alan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User form in copy of original file | Excel Programming | |||
copy sheets selected on user form | Excel Programming | |||
copy sheets selected on user form | Excel Programming | |||
User Form Template??? | Excel Programming | |||
Copy from User form to Sheet macro | Excel Programming |