autoload VBA

H

Harald Staff

Put this in a standard module:

Sub Auto_open()
MsgBox "VBA greets you, earthling"
End Sub

HTH. Best wishes Harald
 
Top