Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I started an XL document and was going to use macros. I recorded one and
used it a bit and decided that it was not going to save any time so I deleted it along with the button I had created. Now, even though I am not using Macros, I still get the warning when I open the document. I know I can add it to my XL Start folder to avoid this however I do not want my other staff members to have to do that. I also do not want them to lower their security settings. Does anyone know how I can just get rid of all of the macros so XL will not ask any more? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alt+F11 to open the Visual Basic Editor. Find you file in the project
explorer window (top Left or Ctrl+R to display it) and select Module1. FileRemove Module1. Click no when prompted to export. Hope this Helps Rowan Aaron wrote: I started an XL document and was going to use macros. I recorded one and used it a bit and decided that it was not going to save any time so I deleted it along with the button I had created. Now, even though I am not using Macros, I still get the warning when I open the document. I know I can add it to my XL Start folder to avoid this however I do not want my other staff members to have to do that. I also do not want them to lower their security settings. Does anyone know how I can just get rid of all of the macros so XL will not ask any more? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe this helps:
http://www.erlandsendata.no/english/...eleteallmacros Wolf "Aaron" wrote: I started an XL document and was going to use macros. I recorded one and used it a bit and decided that it was not going to save any time so I deleted it along with the button I had created. Now, even though I am not using Macros, I still get the warning when I open the document. I know I can add it to my XL Start folder to avoid this however I do not want my other staff members to have to do that. I also do not want them to lower their security settings. Does anyone know how I can just get rid of all of the macros so XL will not ask any more? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Completely removing security message about macros from spreadsheet | Excel Discussion (Misc queries) | |||
I am completely fed up!! | Charts and Charting in Excel | |||
what to do with unused cells | Excel Worksheet Functions | |||
Code not going to next unused row | Excel Programming | |||
find next unused row | Excel Programming |