Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default cant find a macro

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default cant find a macro

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default cant find a macro

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 230
Default cant find a macro

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
find max value in macro Steve Excel Discussion (Misc queries) 2 January 6th 09 10:01 PM
Macro to find rjw24 Excel Discussion (Misc queries) 5 August 6th 08 06:10 PM
Get Macro warning, but can't find Macro Stilla Excel Worksheet Functions 1 January 20th 07 01:27 AM
I need to find a macro to find data cut and paste to another colu. Rex Excel Programming 6 December 7th 04 09:22 AM
Macro Find Tom Ogilvy Excel Programming 1 August 24th 04 05:19 PM


All times are GMT +1. The time now is 11:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"