ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Remote module call (https://www.excelbanter.com/excel-programming/357814-remote-module-call.html)

Patrick Simonds

Remote module call
 
Can you call a module from another Workbook (which is open)?

Lets say I have a module in workbook1 and I want to call a module called
Sort in workbook2. The Sort module would perform it's function in workbook2
(ideally in the background without actually switching to workbook2)



Tom Ogilvy

Remote module call
 
Application.Run "Workbook2.xls!Sort"

Depends on how the macro is written.

If you qualify all your references, then there is probably no reason to
activate workbook2. If you use select and activate, then you would.

--
Regards,
Tom Ogilvy


"Patrick Simonds" wrote in message
...
Can you call a module from another Workbook (which is open)?

Lets say I have a module in workbook1 and I want to call a module called
Sort in workbook2. The Sort module would perform it's function in

workbook2
(ideally in the background without actually switching to workbook2)






All times are GMT +1. The time now is 06:47 PM.

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