View Single Post
 
Old 02-21-2023, 12:57 PM
MDom MDom is offline Windows 10 Office 2013
Novice
 
Join Date: Apr 2022
Posts: 4
MDom is on a distinguished road
Default Thank you!

Brian,

This works, and I can follow most of the script. I modified a few things to fit my needs, but your scripts works great.
One questions if I could, what do these lines do:

' Begin undo record
Set bhhUndo = Application.UndoRecord
bhhUndo.StartCustomRecord (scriptName)

I tested them by commenting them out (and the next to last line) and it still worked. Am I risking anything by not including them?

I really appreciate the time you took to help me - thank you!
Reply With Quote