Running macros when opening an excel file
Posted by Sean Kiggans on March 14, 2001 12:37 PM
I have the following VB code and wish for it to execute when I open the template it is in:
Sub USERNAME()
Sheets("REINPUT").Range("E5") = Application.USERNAME
End Sub