Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Get rid of security warning

Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Get rid of security warning

If you go into the VBE and look at the project explorer window for that
workbook, under Modules, do you see any entries. If so, you need to remove
the modules as well. (right click on the module name in the project explorer
and choose remove)

If you then save the workbook, close it, reopen and still get the prompt,
then

using the project explorer again, open each entry (sheet modules,
thisworkbook module)
Do ctrl+a to select everything in the module, hit the delete key, close
these modules using the x in the upper right of the module window. Save and
close the workbook,

--
Regards,
Tom Ogilvy

"EllenM" wrote:

Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default Get rid of security warning

On Mar 2, 11:07 am, EllenM wrote:
Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen


You *may* still have named ranges in the file. Get rid of them and
see if that does anything for you.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Get rid of security warning

Check out Debra Dalgleish's notes:
http://contextures.com/xlfaqMac.html#NoMacros

EllenM wrote:

Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Get rid of security warning

Thanks, Tom. It worked!!!

"Tom Ogilvy" wrote:

If you go into the VBE and look at the project explorer window for that
workbook, under Modules, do you see any entries. If so, you need to remove
the modules as well. (right click on the module name in the project explorer
and choose remove)

If you then save the workbook, close it, reopen and still get the prompt,
then

using the project explorer again, open each entry (sheet modules,
thisworkbook module)
Do ctrl+a to select everything in the module, hit the delete key, close
these modules using the x in the upper right of the module window. Save and
close the workbook,

--
Regards,
Tom Ogilvy

"EllenM" wrote:

Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Get rid of security warning

Thanks, Dave. Her explanations are quite easy to follow.

"Dave Peterson" wrote:

Check out Debra Dalgleish's notes:
http://contextures.com/xlfaqMac.html#NoMacros

EllenM wrote:

Hello,
I have removed all macros from a particular file. However, when you open
the file, a security warning comes up with the message "c:\file.xls contains
macros." How do I get rid of this warning?

Thanks,
Ellen


--

Dave Peterson

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
Security Warning... In-Thought Links and Linking in Excel 0 August 21st 09 05:56 PM
xla security warning Arnaud Excel Programming 1 January 31st 07 05:51 PM
Macro Security Warning Mike Harbinger Excel Programming 2 October 30th 06 03:07 AM
security warning [email protected] Excel Programming 9 September 12th 06 05:17 PM
ADO Security Warning Martin Eckart Excel Programming 1 January 29th 04 04:35 AM


All times are GMT +1. The time now is 11:08 PM.

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

About Us

"It's about Microsoft Excel"