Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Someone else created a macro that I think resides locally on a couple of PCs in my company. I can go in and edit the code of the macro. I want to keep it on the existing computers but move it to a new one. Can someone tell me how to move a macro from one PC to another? We don't have a common server. Thanks, -- Chuck W |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When you say the module is on a 'couple' of PC's I suspect to is in the
personal.xls files of s 'couple' of users. If you don't have a network then the only way is to get it on a disk manually put it on each PC:- Open excel on a machine that has the macro and click ALT+F11 to open the VB editor. Navigate to and right click on the module for the code you want to share and and then click 'export file' The code will be saved to a .BAS file which can then be imported to other machines. Mike "ChuckW" wrote: Hi, Someone else created a macro that I think resides locally on a couple of PCs in my company. I can go in and edit the code of the macro. I want to keep it on the existing computers but move it to a new one. Can someone tell me how to move a macro from one PC to another? We don't have a common server. Thanks, -- Chuck W |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
moving macro | Excel Worksheet Functions | |||
Moving a macro to other PCs | Excel Discussion (Misc queries) | |||
Moving up / down in a macro | Excel Worksheet Functions | |||
Moving right in a macro | Excel Discussion (Misc queries) | |||
Moving down one row in a macro | New Users to Excel |