Thread
:
Can't get Macro to work in This Workbook
View Single Post
01-10-2018, 10:08 AM
Logit
Windows 10
Office 2007
Expert
Join Date: Jan 2017
Posts: 591
Place your entire macro into a Routine Module (not in ThisWorkbook).
In ThisWorkbook paste this :
Code:
Option Explicit Private Sub Workbook_Open() uploadmaster End Sub
That will run the macro each time the workbook is opened.
Logit
View Public Profile
Find all posts by Logit