Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have few macros which I require frequently. I want to attach them to excel
so that whenever I open excel sheet (whether it is new sheet or already existing sheet). How should I do it? Thank you -Pawan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put them all in a new workbook, save the workbook as an add-in (file type of
xla, at the foot of the list). Then install the add-in, menu ToolsAdd-InsBrowse. -- HTH RP (remove nothere from the email address if mailing direct) "Pawan" wrote in message ... I have few macros which I require frequently. I want to attach them to excel so that whenever I open excel sheet (whether it is new sheet or already existing sheet). How should I do it? Thank you -Pawan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is also the personal.xls file that can store and make available code.
"Bob Phillips" wrote: Put them all in a new workbook, save the workbook as an add-in (file type of xla, at the foot of the list). Then install the add-in, menu ToolsAdd-InsBrowse. -- HTH RP (remove nothere from the email address if mailing direct) "Pawan" wrote in message ... I have few macros which I require frequently. I want to attach them to excel so that whenever I open excel sheet (whether it is new sheet or already existing sheet). How should I do it? Thank you -Pawan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have added the add-in....but when I open new worksheet, it doesn't show the
macros in the macro list.. "Bob Phillips" wrote: Put them all in a new workbook, save the workbook as an add-in (file type of xla, at the foot of the list). Then install the add-in, menu ToolsAdd-InsBrowse. -- HTH RP (remove nothere from the email address if mailing direct) "Pawan" wrote in message ... I have few macros which I require frequently. I want to attach them to excel so that whenever I open excel sheet (whether it is new sheet or already existing sheet). How should I do it? Thank you -Pawan |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use a variation of John Walkenbach's menumaker:
http://j-walk.com/ss/excel/tips/tip53.htm to add items to the worksheet menubar. Pawan wrote: I have few macros which I require frequently. I want to attach them to excel so that whenever I open excel sheet (whether it is new sheet or already existing sheet). How should I do it? Thank you -Pawan -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to permanently activate Macros? | Excel Discussion (Misc queries) | |||
How do I change $ to £ permanently in Excel? | Excel Discussion (Misc queries) | |||
Turn off collation permanently in Excel | Excel Discussion (Misc queries) | |||
Hyperlink-Pawan | New Users to Excel | |||
macro to paste data in alternate cells-pawan | Excel Programming |