Is there a way for me to find if this ( Application.Run "AdaptCaption" ) does anything?

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:

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
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Check in personal workbook, Add-ins & any other open workbooks
 
Upvote 0
Welcome to the Board!

Do you know if they made use of any Add-Ins?

Go onto the VB Editor, and try searching on "AdaptCaption" (using CTRL+F) and what comes up.
Be sure to select the option search the "Current Project", so it checks all modules.
That will find if these Procedures exist anywhere within the workbook.
 
Last edited:
Upvote 0
Welcome to the Board!

Do you know if they made use of any Add-Ins?

Go onto the VB Editor, and try searching on "AdaptCaption" (using CTRL+F) and what comes up.
Be sure to select the option search the "Current Project", so it checks all modules.
That will find if these Procedures exist anywhere within the workbook.

Thank you for the replies.

Great thinking I was able to find these applications in our BEXanyalyzer add in modules. Thank you very much for the help I appreciate that. I probably should have just f8 through it! Will remember to do that next time.
 
Upvote 0
You are welcome.
Glad we were able to help.
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,535
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top