ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Document contains macros message (https://www.excelbanter.com/excel-discussion-misc-queries/179605-document-contains-macros-message.html)

April

Document contains macros message
 
Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I do
not want to receive the warning anymore.

Thank you
Regards.



Kevin B

Document contains macros message
 
Press Alt + F11 to open the Visual Basic Editor and if the Project Viewer is
not visible on the left side of the screen, press <Ctrl + R. In the project
tree, if the VBAProject (YourWorkbookName) has a + sign to its left,click to
expand the view.

Click the + sign to the left of the Microsoft Excel Objects folder to
display all worksheet and the workbook icon, and if there's a Module folder,
click its + sign to view all modules.

To delete the module, right click and select REMOVE MODULE, save it if you
want to to a location on your PC. Then double click on each worksheet icon
and if there's any code displayed, select it and press the DELETE key. Then
double click the workbook icon and select any code that might be there and
press DELETE. Click FILE in the menu and select CLOSE AND RETURN TO EXCEL.

Save and close the workbook and when you reopen it there should not be a
macro warning message.

Hope this helps



--
Kevin Backmann


"april" wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I do
not want to receive the warning anymore.

Thank you
Regards.




April

Document contains macros message
 
Thanks, I have been able to delete the module.

I am unable to delete the Worksheets under 'Microsoft Execut Objects' under
the 'VBAProject (book2.xls)'. When I right-click on "Sheet 1" (for
example), Remove Sheet1 is greyed out.

Please can you advise.
Thank you.

"Kevin B" wrote in message
...
Press Alt + F11 to open the Visual Basic Editor and if the Project Viewer
is
not visible on the left side of the screen, press <Ctrl + R. In the
project
tree, if the VBAProject (YourWorkbookName) has a + sign to its left,click
to
expand the view.

Click the + sign to the left of the Microsoft Excel Objects folder to
display all worksheet and the workbook icon, and if there's a Module
folder,
click its + sign to view all modules.

To delete the module, right click and select REMOVE MODULE, save it if you
want to to a location on your PC. Then double click on each worksheet
icon
and if there's any code displayed, select it and press the DELETE key.
Then
double click the workbook icon and select any code that might be there and
press DELETE. Click FILE in the menu and select CLOSE AND RETURN TO
EXCEL.

Save and close the workbook and when you reopen it there should not be a
macro warning message.

Hope this helps



--
Kevin Backmann


"april" wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer
use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I
do
not want to receive the warning anymore.

Thank you
Regards.






JP[_4_]

Document contains macros message
 
Actually you would click the [+] next to the word "Modules" under
VBAProject. There would be at least one module there, if you only have
the one macro and want to get rid of it, simply right click and choose
"Remove".


HTH,
JP


On Mar 11, 3:46*pm, "april" wrote:
Thanks, I have been able to delete the module.

I am unable to delete the Worksheets under 'Microsoft Execut Objects' under
the 'VBAProject (book2.xls)'. *When I right-click on "Sheet 1" (for
example), Remove Sheet1 is greyed out.

Please can you advise.
Thank you.

"Kevin B" wrote in message

...



Press Alt + F11 to open the Visual Basic Editor and if the Project Viewer
is
not visible on the left side of the screen, press <Ctrl + R. *In the
project
tree, if the VBAProject (YourWorkbookName) has a + sign to its left,click
to
expand the view.


Click the + sign to the left of the Microsoft Excel Objects folder to
display all worksheet and the workbook icon, and if there's a Module
folder,
click its + sign to view all modules.


To delete the module, right click and select REMOVE MODULE, save it if you
want to to a location on your PC. *Then double click on each worksheet
icon
and if there's any code displayed, select it and press the DELETE key.
Then
double click the workbook icon and select any code that might be there and
press DELETE. *Click FILE in the menu and select CLOSE AND RETURN TO
EXCEL.


Save and close the workbook and when you reopen it there should not be a
macro warning message.


Hope this helps


--
Kevin Backmann


"april" wrote:


Hi


I am receiving the warning that my document contains macros. *This was
because at one time I had created a macro for the document. *I no longer
use
the macro.


How do I delete the macros (I cannot find the with the spreadsheet) as I
do
not want to receive the warning anymore.


Thank you
Regards.- Hide quoted text -


- Show quoted text -



Dave Peterson

Document contains macros message
 
Check out Debra Dalgleish's site:
http://contextures.com/xlfaqMac.html#NoMacros

april wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I do
not want to receive the warning anymore.

Thank you
Regards.


--

Dave Peterson

April

Document contains macros message
 
Yes, thanks I had done that part.

I am unable to delete the Worksheets. The option to delete is greyed out

"JP" wrote in message
...
Actually you would click the [+] next to the word "Modules" under
VBAProject. There would be at least one module there, if you only have
the one macro and want to get rid of it, simply right click and choose
"Remove".


HTH,
JP


On Mar 11, 3:46 pm, "april" wrote:
Thanks, I have been able to delete the module.

I am unable to delete the Worksheets under 'Microsoft Execut Objects'
under
the 'VBAProject (book2.xls)'. When I right-click on "Sheet 1" (for
example), Remove Sheet1 is greyed out.

Please can you advise.
Thank you.

"Kevin B" wrote in message

...



Press Alt + F11 to open the Visual Basic Editor and if the Project
Viewer
is
not visible on the left side of the screen, press <Ctrl + R. In the
project
tree, if the VBAProject (YourWorkbookName) has a + sign to its
left,click
to
expand the view.


Click the + sign to the left of the Microsoft Excel Objects folder to
display all worksheet and the workbook icon, and if there's a Module
folder,
click its + sign to view all modules.


To delete the module, right click and select REMOVE MODULE, save it if
you
want to to a location on your PC. Then double click on each worksheet
icon
and if there's any code displayed, select it and press the DELETE key.
Then
double click the workbook icon and select any code that might be there
and
press DELETE. Click FILE in the menu and select CLOSE AND RETURN TO
EXCEL.


Save and close the workbook and when you reopen it there should not be a
macro warning message.


Hope this helps


--
Kevin Backmann


"april" wrote:


Hi


I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer
use
the macro.


How do I delete the macros (I cannot find the with the spreadsheet) as
I
do
not want to receive the warning anymore.


Thank you
Regards.- Hide quoted text -


- Show quoted text -




April

Document contains macros message
 
The problem still remains. When I attempt to delete within 'Worksheet' for
each 'Sheet' (step 6 and 7), the code is not deleted (it keeps returning
when I go back to the Sheet to check that it has been deleted.

"Dave Peterson" wrote in message
...
Check out Debra Dalgleish's site:
http://contextures.com/xlfaqMac.html#NoMacros

april wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer
use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I
do
not want to receive the warning anymore.

Thank you
Regards.


--

Dave Peterson




Dave Peterson

Document contains macros message
 
Read Debra's notes again--especially #'s 6 and 7.

You don't delete the modules for those objects--you clear out anything in the
code window.



april wrote:

The problem still remains. When I attempt to delete within 'Worksheet' for
each 'Sheet' (step 6 and 7), the code is not deleted (it keeps returning
when I go back to the Sheet to check that it has been deleted.

"Dave Peterson" wrote in message
...
Check out Debra Dalgleish's site:
http://contextures.com/xlfaqMac.html#NoMacros

april wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer
use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I
do
not want to receive the warning anymore.

Thank you
Regards.


--

Dave Peterson


--

Dave Peterson

April

Document contains macros message
 
Thanks, that's worked

"Dave Peterson" wrote in message
...
Read Debra's notes again--especially #'s 6 and 7.

You don't delete the modules for those objects--you clear out anything in
the
code window.



april wrote:

The problem still remains. When I attempt to delete within 'Worksheet'
for
each 'Sheet' (step 6 and 7), the code is not deleted (it keeps returning
when I go back to the Sheet to check that it has been deleted.

"Dave Peterson" wrote in message
...
Check out Debra Dalgleish's site:
http://contextures.com/xlfaqMac.html#NoMacros

april wrote:

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no
longer
use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as
I
do
not want to receive the warning anymore.

Thank you
Regards.

--

Dave Peterson


--

Dave Peterson





All times are GMT +1. The time now is 07:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com