View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Thyagaraj Thyagaraj is offline
external usenet poster
 
Posts: 51
Default Can anybody help on Vb Macros..?


Mark Driscol wrote:
Do you mean run these macros when the workbook is opened, or make them
available to be run?

If the first, you can put this into the ThisWorkbook module of a
Personal.xls file you put into your XLSTART directory.

Private Sub Workbook_Open()
' Code to call your macros goes here
End Sub

Mark


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.

I want to create a macro to call these buttons always when ever excel
is opened.


Thanks in Advance


Regards
Thyagaraj



Dear Mark Driscol,
I mean make all the macros available to be run when ever excel is
opened.



regards
Thyagaraj