Thread
: [Solved]
Macro / VBA to run at document startup
View Single Post
09-22-2019, 04:27 AM
eduzs
Windows 10
Office 2010 32bit
Expert
Join Date: May 2017
Posts: 266
Simply remove from Sub DATEPLUS7
Quote:
Selection.TypeText Text:=Format(Date + 7, "mmmm d, yyyy")
Quote:
Private Sub Document_Open()
If MsgBox("Run Macro?", vbYesNo, "Message") = vbYes Then Call DATEPLUS7
End Sub
__________________
Backup your original file before doing any modification.
eduzs
View Public Profile
Find all posts by eduzs