View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David Adamson[_3_] David Adamson[_3_] is offline
external usenet poster
 
Posts: 40
Default run vba automatically

The Auto_Open fires when you start up

Sub Auto_Open()
FormName.show
End sub

"R.H." wrote in message
...
I am new to vba programming with excel though I have used visual basic. I
was wondering, can I design a form based project and have it execute
automatically when the spread sheet is opened or do you always have to go

to
tools-macros-visual basic editor and then press the run button on the

tool
bar.

Roger