ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   application.run (https://www.excelbanter.com/excel-programming/398580-application-run.html)

leung

application.run
 
Hi

I am debugging some spreadsheet that is not written by me.

i found a sub that

Call Application.Run("ABCDEF", "silence", "set", 320000, False)

I think there must be something installed as dll / addin for "ABCDEF",
however, i cannot find this text in amy module / spreadsheet.

How can find any the location / source where it is from?

thanks

Kwong Yau Leung
HK

Dave Peterson

application.run
 
I'd look in that workbook's project for a procedure named "ABCDEF".

I'm not sure why the original developer would use "call application.run" in this
case, but it does work if that ABCDEF routine is in the same workbook's project.

Leung wrote:

Hi

I am debugging some spreadsheet that is not written by me.

i found a sub that

Call Application.Run("ABCDEF", "silence", "set", 320000, False)

I think there must be something installed as dll / addin for "ABCDEF",
however, i cannot find this text in amy module / spreadsheet.

How can find any the location / source where it is from?

thanks

Kwong Yau Leung
HK


--

Dave Peterson


All times are GMT +1. The time now is 01:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com