Thread
:
Find-and-Replace Special Characters
View Single Post
01-28-2023, 09:44 AM
davidvargas72
Windows 10
Office 2021
Novice
Join Date: Jan 2023
Posts: 6
I think I figured out the run multiple macro script:
Sub RunMacros()
Application.Run MacroName:=("Macro1")
Application.Run MacroName:=("Macro2")
Exit Sub
End Sub
davidvargas72
View Public Profile
Find all posts by davidvargas72