Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I greatly enjoy "playing" with macro's in excel created by recording my actions; I have no programing back ground so I'm afraid Visual Basic is a mystery to me. I have recorded macros which I would like to use in other workbooks without the original workbook being available. Basically I just want a way to copy a macro from one workbook so that I can use it in another. Thanks in anticipation Fiona |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could save it in your personal.xls file, and always have it available?
Else, normal way, block it, <Ctrl<C, go to the vba module in the other sheet, and <Ctrl<V "FTM" wrote: Hello, I greatly enjoy "playing" with macro's in excel created by recording my actions; I have no programing back ground so I'm afraid Visual Basic is a mystery to me. I have recorded macros which I would like to use in other workbooks without the original workbook being available. Basically I just want a way to copy a macro from one workbook so that I can use it in another. Thanks in anticipation Fiona |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Kassie,
I don't know how to save it to personal.xls file & whilst I can figure out how to view the VB text & copy it I don't know where to paste it at the other end! All further help appreaciated! Ta Fiona "kassie" wrote: You could save it in your personal.xls file, and always have it available? Else, normal way, block it, <Ctrl<C, go to the vba module in the other sheet, and <Ctrl<V "FTM" wrote: Hello, I greatly enjoy "playing" with macro's in excel created by recording my actions; I have no programing back ground so I'm afraid Visual Basic is a mystery to me. I have recorded macros which I would like to use in other workbooks without the original workbook being available. Basically I just want a way to copy a macro from one workbook so that I can use it in another. Thanks in anticipation Fiona |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To create a personal.xls, click on tools, Macro, record new macro. When
asked where to save this macro, type personal.xls. Select a cell, and stop the macro recording by clicking on the square button. Now click on <Alt<F11 to go to VBA. In the left hand windo you will see a file called personal.xls. If you doubleclick on it, it will show Module1. If you doubleclick on that, you will see the macro you just recorded. You can delete this macro. Macros are stored in Modules, or under ThisWorkbook or under the Sheetname, depending on the purpose of the macro. There are 2 ways of creating macros, the first is to record it as you go through the motions. This invariably has to be edited afterwards. The other is to type in the code, once you know how to! I suggest you read up on macro creation. Try www.mvps.org/dmcritchie/excel/excel.htm for a start "FTM" wrote: Hi Kassie, I don't know how to save it to personal.xls file & whilst I can figure out how to view the VB text & copy it I don't know where to paste it at the other end! All further help appreaciated! Ta Fiona "kassie" wrote: You could save it in your personal.xls file, and always have it available? Else, normal way, block it, <Ctrl<C, go to the vba module in the other sheet, and <Ctrl<V "FTM" wrote: Hello, I greatly enjoy "playing" with macro's in excel created by recording my actions; I have no programing back ground so I'm afraid Visual Basic is a mystery to me. I have recorded macros which I would like to use in other workbooks without the original workbook being available. Basically I just want a way to copy a macro from one workbook so that I can use it in another. Thanks in anticipation Fiona |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That should read " Macro, record new macro. In the 'store macro in' dialog box,
select Personal Macro Workbook" Gord Dibben MS Excel MVP On Thu, 21 Sep 2006 11:54:01 -0700, kassie wrote: Macro, record new macro. When asked where to save this macro, type personal.xls |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating copy of Macro workbook... | Excel Discussion (Misc queries) | |||
macro to copy and paste into another workbook | Excel Discussion (Misc queries) | |||
Runing a macro in a workbook from another macro in other workbook | Excel Discussion (Misc queries) | |||
Issuing macro in workbook from separate workbook | Excel Discussion (Misc queries) | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) |