Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is the first time I have used VBA in Excel and I'm
having this problem. In Word, I can have a userform auto load when a template is opened, but I am having trouble getting this done in Excel. It seems the same code does not work for Excel... I write this in the code Modulae for This Document. Sub AutoNew() MyForm.Show End Sub Is there similar code for Excel? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Debi,
Excel uses Auto_Open Sub Auto_Open() MyForm.Show End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Debi" wrote in message ... This is the first time I have used VBA in Excel and I'm having this problem. In Word, I can have a userform auto load when a template is opened, but I am having trouble getting this done in Excel. It seems the same code does not work for Excel... I write this in the code Modulae for This Document. Sub AutoNew() MyForm.Show End Sub Is there similar code for Excel? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much!!
-----Original Message----- Debi, Excel uses Auto_Open Sub Auto_Open() MyForm.Show End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Debi" wrote in message ... This is the first time I have used VBA in Excel and I'm having this problem. In Word, I can have a userform auto load when a template is opened, but I am having trouble getting this done in Excel. It seems the same code does not work for Excel... I write this in the code Modulae for This Document. Sub AutoNew() MyForm.Show End Sub Is there similar code for Excel? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-start macro | Excel Discussion (Misc queries) | |||
Auto Start | Excel Discussion (Misc queries) | |||
Auto start up with non-xls files | Excel Discussion (Misc queries) | |||
Start-up userform | Excel Programming | |||
AUTO START | Excel Programming |