?
-_-\
How to make the VBA autoload when I open the excel file?
thx a lot~~~
thx a lot~~~
Harald Staff said:Put this in a standard module:
Sub Auto_open()
MsgBox "VBA greets you, earthling"
End Sub
HTH. Best wishes Harald