hi there
i am looking at using a button on the home page of my work book and wanted one to open a form that i have created but cannot figure out the syntax for it.
so far i have this
[pre]
[/pre]
any ideas?
Rob
i am looking at using a button on the home page of my work book and wanted one to open a form that i have created but cannot figure out the syntax for it.
so far i have this
[pre]
Code:
Public Sub callform()
openform
End Sub
and this
Public Sub callform()
Run ("UserForm_Initialize")
End Sub
any ideas?
Rob