Twollaston
Board Regular
- Joined
- May 24, 2019
- Messages
- 241
I'm updating a macro that is used at my job that was created by someone that is no longer with the company and at the very bottom of the macro there is 2 application run lines:
There are no other macros in workbook and I've never used this before unless I'm calling another macro. Any suggestions on how I can find what these are and if these are safe to delete? Any advice would be greatly appreciated.
-TW
Code:
Application.Run "AdaptCaption"
Application.Run "ReSaveWorkbook"
There are no other macros in workbook and I've never used this before unless I'm calling another macro. Any suggestions on how I can find what these are and if these are safe to delete? Any advice would be greatly appreciated.
-TW