G
Guest
Guest
Is there a way to automatically run a macro any time a workbook is opened?
Thanks,
Thanks,
a little sub-question about this problem.On 2002-03-03 21:42, gplhl wrote:
Enter into ThisWorkbook in the VB Editor for the workbook you want the code to run.
Private Sub Workbook_Open()
' your code here or reference to your macro.
End Sub