Sir Ryan
Sir Ryan

Reputation: 31

How to Run a subroutine from a different project from my active workbook? VBA

Here is my scenario:

Sources that I have tried: http://answers.microsoft.com/en-us/office/forum/office_2003-customize/how-do-i-call-a-procedure-from-a-module-in-a/5e8645a6-3739-4fcc-be13-52e216f7961f?auth=1 http://www.ozgrid.com/forum/showthread.php?t=80137

Thanks, Ryan

Upvotes: 0

Views: 1745

Answers (1)

Tim Williams
Tim Williams

Reputation: 166885

Try

Application.Run "'DR Calculator.xlsm'!Button5_ClickClear"

Upvotes: 3

Related Questions