Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a file that brings the macro warning dialog box at start.
However, after checking the macro list, and the code in VBA, nothing appears to exist. Any suggestions how to find this missing macro? Thanks. Smokii |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Smokii,
This is a common phenomenon. See Debra Dalgleish's advice at: http://www.contextures.com/xlfaqMac.html --- Regards, Norman wrote in message oups.com... I have a file that brings the macro warning dialog box at start. However, after checking the macro list, and the code in VBA, nothing appears to exist. Any suggestions how to find this missing macro? Thanks. Smokii |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Remove all of the modules. Check each sheet individually and especially
remember to check ThisWorkbook. -- HTH... Jim Thomlinson " wrote: I have a file that brings the macro warning dialog box at start. However, after checking the macro list, and the code in VBA, nothing appears to exist. Any suggestions how to find this missing macro? Thanks. Smokii |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Launch the VB Editor (Alt-F11)
If the Project Explorer is not in view type Ctrl-R Find the file in the Project Explorer You should examine all Microsoft Excel Objects by typing F2, including all Worksheets ThisWorkbook Chart sheets If the ONLY code is Option Explicit at the top, that should not be treated as a macro. If there are userforms or modules, they are automatically regarded as potential macros and trigger the security warning. HTH Bill Benson http://www.xlcreations.com wrote in message oups.com... I have a file that brings the macro warning dialog box at start. However, after checking the macro list, and the code in VBA, nothing appears to exist. Any suggestions how to find this missing macro? Thanks. Smokii |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find max value in macro | Excel Discussion (Misc queries) | |||
Macro to find | Excel Discussion (Misc queries) | |||
Get Macro warning, but can't find Macro | Excel Worksheet Functions | |||
I need to find a macro to find data cut and paste to another colu. | Excel Programming | |||
Macro Find | Excel Programming |