View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Debi[_2_] Debi[_2_] is offline
external usenet poster
 
Posts: 6
Default I need a UserForm to Auto Start

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?