Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a simple macro which pastes the values of the selected range into the activecell, and I have this assigned to a shortcut key. How do I make use of this macro n all workbooks? i.e. each time I open Excel, the shortcut ill work for me (wheter its a new workbook or an existing one). Many thanks, Matt |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Matt,
Store the code in your Personal.xls HTH, Bernie MS Excel MVP "MJKelly" wrote in message ... Hi, I have a simple macro which pastes the values of the selected range into the activecell, and I have this assigned to a shortcut key. How do I make use of this macro n all workbooks? i.e. each time I open Excel, the shortcut ill work for me (wheter its a new workbook or an existing one). Many thanks, Matt |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
What directory am I likely to find that spreadsheet? Matt |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Matt,
If it exists, it is stored in your XLStart folder. To create one, record a macro and under "Store Macro in" choose "Personal macro workbook" Then Excel will put it in your default XLStart folder - it will be opened every time you start Excel, and you can figure out where it is stored from there. HTH, Bernie MS Excel MVP "MJKelly" wrote in message ... Thanks, What directory am I likely to find that spreadsheet? Matt |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for that - all done.
Matt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
including entire worksheet sort in a macro | Excel Discussion (Misc queries) | |||
Including Solver Tool in a Macro | Excel Programming | |||
copy worksheets between workbooks - including named ranges | Excel Programming | |||
Including an inputbox within a macro | Excel Programming | |||
Including an input box within a macro | Excel Programming |