Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() i need to run vba code of my another add-in through my current add-in please help through vba... also posted here.. http://www.ozgrid.com/forum/showthread.php?t=40918 Basically i need to call 'Sub TestMacro' of file-2 from file-1. -- ilyaskazi ------------------------------------------------------------------------ ilyaskazi's Profile: http://www.excelforum.com/member.php...o&userid=23969 View this thread: http://www.excelforum.com/showthread...hreadid=476207 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another workbook
Application.Run "book2.xls!test_msgbox" with spaces in name Application.Run "'another book2.xls'!test_msgbox" .... with parameters Application.Run "book2.xls!test_msgbox", 4, 8 An add-in is just a workbook, so replace xxls with xla -- HTH RP (remove nothere from the email address if mailing direct) "ilyaskazi" wrote in message ... i need to run vba code of my another add-in through my current add-in please help through vba... also posted here.. http://www.ozgrid.com/forum/showthread.php?t=40918 Basically i need to call 'Sub TestMacro' of file-2 from file-1. -- ilyaskazi ------------------------------------------------------------------------ ilyaskazi's Profile: http://www.excelforum.com/member.php...o&userid=23969 View this thread: http://www.excelforum.com/showthread...hreadid=476207 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thankyou Bob for your kind help.. It is working. Great!! -- ilyaskaz ----------------------------------------------------------------------- ilyaskazi's Profile: http://www.excelforum.com/member.php...fo&userid=2396 View this thread: http://www.excelforum.com/showthread.php?threadid=47620 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically Reference Offline Workbook/worksheet | Excel Discussion (Misc queries) | |||
Dynamically adding code | Excel Programming | |||
How to use macro to dynamically add the VBA code and data together | Excel Programming | |||
Dynamically Adding Code to Buttons on an existing UserForm | Excel Programming | |||
How to code event for dynamically generated checkboxes | Excel Programming |