Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Macro warning when no macros

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Macro warning when no macros

Make sure you delete all the names that may still be lingering. Go to the
insert menu, select name, then define. If there are any names remaining
you'll be able to delete them there.
Eloy

"Allison" wrote:

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Macro warning when no macros

Thanks Eloy, but that wasn't the culprit (no names are there). Any other
suggestions?

Allison

"Eloy" wrote:

Make sure you delete all the names that may still be lingering. Go to the
insert menu, select name, then define. If there are any names remaining
you'll be able to delete them there.
Eloy

"Allison" wrote:

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Macro warning when no macros

Hi
also delete the empty modules and check the workbook / worksheet
modules. See:
http://www.contextures.com/xlfaqMac.html#NoMacros

--
Regards
Frank Kabel
Frankfurt, Germany

"Allison" schrieb im Newsbeitrag
...
Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros),

then saved
and closed the file.

When I come back in, I still get the warning about macros in the

file.

Any ideas on how to really clean out the macros so that warning no

longer
appears? (Interestingly, I had some VBA code in another file and

deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Macro warning when no macros

Thanks Frank for the pointer. This information worked perfectly!

Allison

"Frank Kabel" wrote:

Hi
also delete the empty modules and check the workbook / worksheet
modules. See:
http://www.contextures.com/xlfaqMac.html#NoMacros

--
Regards
Frank Kabel
Frankfurt, Germany

"Allison" schrieb im Newsbeitrag
...
Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros),

then saved
and closed the file.

When I come back in, I still get the warning about macros in the

file.

Any ideas on how to really clean out the macros so that warning no

longer
appears? (Interestingly, I had some VBA code in another file and

deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Macro warning when no macros

The procedures described are for VBA macros. I thought you said they were
not VBA macros?

--
Regards,
Tom Ogilvy


"Allison" wrote in message
...
Thanks Frank for the pointer. This information worked perfectly!

Allison

"Frank Kabel" wrote:

Hi
also delete the empty modules and check the workbook / worksheet
modules. See:
http://www.contextures.com/xlfaqMac.html#NoMacros

--
Regards
Frank Kabel
Frankfurt, Germany

"Allison" schrieb im Newsbeitrag
...
Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros),

then saved
and closed the file.

When I come back in, I still get the warning about macros in the

file.

Any ideas on how to really clean out the macros so that warning no

longer
appears? (Interestingly, I had some VBA code in another file and

deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Macro warning when no macros

Allison

You have left-over empty module(s) you must get rid of.

See Debra Dalgleish's site for info on this.

Gord Dibben Excel MVP

On Fri, 22 Oct 2004 14:23:07 -0700, "Allison"
wrote:

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Macro warning when no macros

Thanks Gord. I got the URL from Frank's post and it works perfectly!

Allison

"Gord Dibben" wrote:

Allison

You have left-over empty module(s) you must get rid of.

See Debra Dalgleish's site for info on this.

Gord Dibben Excel MVP

On Fri, 22 Oct 2004 14:23:07 -0700, "Allison"
wrote:

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison



  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Macro warning when no macros

What! No URL in my post.

So strange. How could I have forgotten that<g

Gord Dibben Excel MVP

On Fri, 22 Oct 2004 15:03:01 -0700, "Allison"
wrote:

Thanks Gord. I got the URL from Frank's post and it works perfectly!

Allison

"Gord Dibben" wrote:

Allison

You have left-over empty module(s) you must get rid of.

See Debra Dalgleish's site for info on this.

Gord Dibben Excel MVP

On Fri, 22 Oct 2004 14:23:07 -0700, "Allison"
wrote:

Excel XP, Windows 2000

I have a worksheet that formerly had recorded macros (not VBA) in it.

I deleted all the macros (none show up in Tools/Macro.../Macros), then saved
and closed the file.

When I come back in, I still get the warning about macros in the file.

Any ideas on how to really clean out the macros so that warning no longer
appears? (Interestingly, I had some VBA code in another file and deleted the
VBA - no warning.)

Thanks for any suggestions.

Allison




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
Macro warning despite no macros in document Stuart Excel Discussion (Misc queries) 1 October 22nd 09 12:06 AM
Unwanted Macro Warning for workbook containing no macros Sameer[_2_] Excel Discussion (Misc queries) 2 June 9th 07 01:07 PM
Macro warning even though macros have been removed. Stu Excel Discussion (Misc queries) 2 January 3rd 07 03:25 PM
macro warning - but no macros GJR3599 Excel Discussion (Misc queries) 1 April 13th 05 08:15 PM
Macro warning when no macros in workbook BillS[_2_] Excel Programming 15 October 25th 03 01:29 PM


All times are GMT +1. The time now is 11:15 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"