Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open? Thanks for any help Josh -- jhahes ------------------------------------------------------------------------ jhahes's Profile: http://www.excelforum.com/member.php...o&userid=23596 View this thread: http://www.excelforum.com/showthread...hreadid=384972 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Josh, yes you have to have the otrher wb open in order to see the macros in the VBA Editor. Regards Jose Luis jhahes Wrote: I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open? Thanks for any help Josh -- jose luis ------------------------------------------------------------------------ jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312 View this thread: http://www.excelforum.com/showthread...hreadid=384972 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
But if it is in Personal.xls it will be.
From another workbook, you will need to use APplication.Run Application.Run "Personal.xls!myMacro" -- HTH Bob Phillips "jose luis" wrote in message ... Hi Josh, yes you have to have the otrher wb open in order to see the macros in the VBA Editor. Regards Jose Luis jhahes Wrote: I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open? Thanks for any help Josh -- jose luis ------------------------------------------------------------------------ jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312 View this thread: http://www.excelforum.com/showthread...hreadid=384972 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sorry Josh, I miss read the question , the answer Bob gave should keep you going. Best Wishes Jose Luis Bob Phillips Wrote: But if it is in Personal.xls it will be. From another workbook, you will need to use APplication.Run Application.Run "Personal.xls!myMacro" -- HTH Bob Phillips "jose luis" wrote in message ... Hi Josh, yes you have to have the otrher wb open in order to see the macros in the VBA Editor. Regards Jose Luis jhahes Wrote: I saved a macro to the personal.xls option in macro recorder. How do I access this from another workbook. Does the workbook I created the macro in have to be open? Thanks for any help Josh -- jose luis ------------------------------------------------------------------------ jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312 View this thread: http://www.excelforum.com/showthread...hreadid=384972 -- jose luis ------------------------------------------------------------------------ jose luis's Profile: http://www.excelforum.com/member.php...o&userid=13312 View this thread: http://www.excelforum.com/showthread...hreadid=384972 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
Macro recorder | Excel Discussion (Misc queries) | |||
Help with Macro Recorder Please | Excel Programming | |||
Help with Macro Recorder Please | Excel Programming |