Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to export and import specific macros instead of all macros?
This is the situation: A co-worker and I share the same macros and up until a few months ago we used to keep our macros updated by transfering the "Excel11.xlb" file located at "C:\Documents and Settings\(user_profile)\Application Data\Microsoft\Excel." For a while now we have been making our own personal macros. Now if one of us creates a macro and the other needs just that macro, how can we export and import just that specific macro instead of transfering the entire file thus overwriting any of the other persons personal macros? Thanks in advance, Greg |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can easily export and import modules: in VBA Project Explorer right click
on the module, choose export, it creates a .BAS file, it then can be imported in a similar way by the other party. Place your new macros you want to exchange into a separate module, so you can use this method. Regards, Stefi €˛Greg€¯ ezt Ć*rta: Is there a way to export and import specific macros instead of all macros? This is the situation: A co-worker and I share the same macros and up until a few months ago we used to keep our macros updated by transfering the "Excel11.xlb" file located at "C:\Documents and Settings\(user_profile)\Application Data\Microsoft\Excel." For a while now we have been making our own personal macros. Now if one of us creates a macro and the other needs just that macro, how can we export and import just that specific macro instead of transfering the entire file thus overwriting any of the other persons personal macros? Thanks in advance, Greg |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Awesome, thanks Stefi
"Stefi" wrote: You can easily export and import modules: in VBA Project Explorer right click on the module, choose export, it creates a .BAS file, it then can be imported in a similar way by the other party. Place your new macros you want to exchange into a separate module, so you can use this method. Regards, Stefi €˛Greg€¯ ezt Ć*rta: Is there a way to export and import specific macros instead of all macros? This is the situation: A co-worker and I share the same macros and up until a few months ago we used to keep our macros updated by transfering the "Excel11.xlb" file located at "C:\Documents and Settings\(user_profile)\Application Data\Microsoft\Excel." For a while now we have been making our own personal macros. Now if one of us creates a macro and the other needs just that macro, how can we export and import just that specific macro instead of transfering the entire file thus overwriting any of the other persons personal macros? Thanks in advance, Greg |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €˛Greg€¯ ezt Ć*rta: Awesome, thanks Stefi "Stefi" wrote: You can easily export and import modules: in VBA Project Explorer right click on the module, choose export, it creates a .BAS file, it then can be imported in a similar way by the other party. Place your new macros you want to exchange into a separate module, so you can use this method. Regards, Stefi €˛Greg€¯ ezt Ć*rta: Is there a way to export and import specific macros instead of all macros? This is the situation: A co-worker and I share the same macros and up until a few months ago we used to keep our macros updated by transfering the "Excel11.xlb" file located at "C:\Documents and Settings\(user_profile)\Application Data\Microsoft\Excel." For a while now we have been making our own personal macros. Now if one of us creates a macro and the other needs just that macro, how can we export and import just that specific macro instead of transfering the entire file thus overwriting any of the other persons personal macros? Thanks in advance, Greg |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Greg
Info only.............. Macros do not reside in the Excel11.xlb file. That file only saves the Menu and Toolbar customizations you have made. Macros reside in workbooks, whether they be regular workbooks or add-ins. Gord Dibben MS Excel MVP On Thu, 8 Feb 2007 06:33:02 -0800, Greg wrote: Is there a way to export and import specific macros instead of all macros? This is the situation: A co-worker and I share the same macros and up until a few months ago we used to keep our macros updated by transfering the "Excel11.xlb" file located at "C:\Documents and Settings\(user_profile)\Application Data\Microsoft\Excel." For a while now we have been making our own personal macros. Now if one of us creates a macro and the other needs just that macro, how can we export and import just that specific macro instead of transfering the entire file thus overwriting any of the other persons personal macros? Thanks in advance, Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel macro | Excel Discussion (Misc queries) | |||
Possible Macro Timing Overrun generates Excel Exception | Excel Discussion (Misc queries) | |||
excel 4.0 macro removal tool | Excel Discussion (Misc queries) | |||
excel 4.0 macro remover tool | Excel Discussion (Misc queries) | |||
Excel Formula/Worksheet maybe Macro Question | Excel Worksheet Functions |