Re: $$Excel-Macros$$ Run a macro every time excel is opened
Sir, I have used the following code; Sub Workbook_Open() Application.DisplayAlerts = False On Error Resume Next Workbooks.Open Filename:= _ "E:\Documents and Settings\DRIVE\Desktop\Tasks.xls On Error GoTo 0 Application.DisplayAlerts = True End Sub I have made macro security to l
Re: $$Excel-Macros$$ Run a macro every time excel is opened
write the code in workbook open module On Sat, Dec 18, 2010 at 5:04 PM, C.G.Kumar wrote: > I want a macro to run every time when an excel file is opened. > > > > > -- > > -- > Some important links for excel users: >