#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Remove Macro Moduel

Trying to eliminate warning box when I open spreadsheet concerning macro.
There are no macros in the form. Have gone to Contextures without
success.Right clicking sheet tab gives me a box with heading of "Text.xls -
Sheet1 (Code). In box are two boxes names "Worksheet" and "Selection
Change." Then Private sub worksheet.....etc. End Sub. Private sub and Ed sub
are in blue. More ideas?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Remove Macro Moduel

So delete all of that code that you are seeing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"older pro" wrote in message
...
Trying to eliminate warning box when I open spreadsheet concerning macro.
There are no macros in the form. Have gone to Contextures without
success.Right clicking sheet tab gives me a box with heading of
"Text.xls -
Sheet1 (Code). In box are two boxes names "Worksheet" and "Selection
Change." Then Private sub worksheet.....etc. End Sub. Private sub and Ed
sub
are in blue. More ideas?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default Remove Macro Moduel

See (3/4 down on the web page)
Deleting All VBA Code In A Project
http://www.cpearson.com/excel/vbe.htm


---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Bob Phillips" wrote in message ...
So delete all of that code that you are seeing.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"older pro" wrote in message
...
Trying to eliminate warning box when I open spreadsheet concerning macro.
There are no macros in the form. Have gone to Contextures without
success.Right clicking sheet tab gives me a box with heading of
"Text.xls -
Sheet1 (Code). In box are two boxes names "Worksheet" and "Selection
Change." Then Private sub worksheet.....etc. End Sub. Private sub and Ed
sub
are in blue. More ideas?






  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Remove Macro Moduel

As Bob Phillips has said, delete everything in that module, leaving a clean
sheet.

You cannot delete modules that are attached to the workbook or to worksheets
- they just disappear when you erase all code from them. And as you've seen
if there is even the appearance of some code in them, even an empty shell like
Sub Begin()
End Sub
it will trigger the alert.

"older pro" wrote:

Trying to eliminate warning box when I open spreadsheet concerning macro.
There are no macros in the form. Have gone to Contextures without
success.Right clicking sheet tab gives me a box with heading of "Text.xls -
Sheet1 (Code). In box are two boxes names "Worksheet" and "Selection
Change." Then Private sub worksheet.....etc. End Sub. Private sub and Ed sub
are in blue. More ideas?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Remove Macro Moduel

Thank you, thank you. Another "pain" removed.


"older pro" wrote:

Trying to eliminate warning box when I open spreadsheet concerning macro.
There are no macros in the form. Have gone to Contextures without
success.Right clicking sheet tab gives me a box with heading of "Text.xls -
Sheet1 (Code). In box are two boxes names "Worksheet" and "Selection
Change." Then Private sub worksheet.....etc. End Sub. Private sub and Ed sub
are in blue. More ideas?



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
how do i remove password from xls vba macro? mahesh New Users to Excel 1 October 26th 06 10:22 AM
remove macro Ron New Users to Excel 2 June 1st 06 02:57 PM
illegal operation: invalid page fault in moduel MS097.DLL JBuckland Excel Discussion (Misc queries) 1 November 13th 05 02:36 PM
Macro to remove text Terry Pinnell Excel Discussion (Misc queries) 5 October 21st 05 11:34 PM
Remove Subtotal In Macro Not Working Jerry Cropanese New Users to Excel 0 June 27th 05 05:13 AM


All times are GMT +1. The time now is 10:56 PM.

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"