Hi all,
I have the below code in ThisWorkbook. It serves two purposes - when a User first hits Save, it auto-populates fields of the Document Properties with values that are in certain cells. It also disables Save As altogether.
The problem is that anytime a user hits Save a 2nd time, Excel crashes. Can anyone see anything in my code that could be causing this. Is there a cleaner way to go about this? Finally, if all else fails, how would I code it such that this Sub runs on first Save but then "disables itself" from running after the first Save has been executed? I ask this because if I comment out all this code after the first Save, Excel does not crash on subsequent Saves.
Thanks!
Bookmarks