Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does anyone know how I can have Excel execute a macro whenever the Excel file
is open? It needs to be automated and not prompt the user if they would like to execute the macro. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put something like this in ThisWorkbook code:
Private Sub Workbook_Open() MsgBox ("hello user") End Sub -- Gary''s Student gsnu200708 "EA" wrote: Does anyone know how I can have Excel execute a macro whenever the Excel file is open? It needs to be automated and not prompt the user if they would like to execute the macro. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro question | Excel Discussion (Misc queries) | |||
Excel Macro Question? | Excel Discussion (Misc queries) | |||
Excel Macro Question | Excel Worksheet Functions | |||
vba excel macro question...ranges | Excel Worksheet Functions | |||
Excel Formula/Worksheet maybe Macro Question | Excel Worksheet Functions |