Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created many macros to automate many things what i do day to
day. I know how to assign a macro to a button. But I dont know how to make available all the macros when ever the excel is opened by any body.........! Thanks in Advance Regards Thyagaraj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At first, define your functions as public, and if you don't want open the
workbook, containing your macros every time entering Excel, save it (workbook) as add-ins(xla). To do it, set IsAddin property of workbook to ON, then save and add-ins it via menu Tools-Add-Ins. "Thyagaraj" wrote: I have created many macros to automate many things what i do day to day. I know how to assign a macro to a button. But I dont know how to make available all the macros when ever the excel is opened by any body.........! Thanks in Advance Regards Thyagaraj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
weird saving of a document with macros resulting with macros being transfered to the copy | Excel Programming | |||
Macros inside macros, and pasting into macro code. | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
Macros not appearing in the Tools Macro Macros list | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |