View Single Post
 
Old 01-16-2025, 11:19 PM
lalafresh lalafresh is offline Windows 11 Office 2021
Novice
 
Join Date: Jan 2025
Posts: 8
lalafresh is on a distinguished road
Default

Working like a charm now! I just needed to record a new macro and assign the shortcut to it, then press CTRL+V (after having copied the relevant data to the clipboard), then run the macro you made, and voila! So now the new macro is:

Quote:
Sub Macro1()
'
' Macro1 Macro
'
'
Application.Run MacroName:="Reformat"
End Sub
Many thanks!!!!
Reply With Quote