Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, I wrote a few lines of code on a module within a
workbook. I only needed to run to code once, then I deleted the module and distributed the workbook. The users are still getting a macro warning, even through there is no code. How can I fix this? thanks, Sandy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you delete the module or just delete the code from the module?
-- Don Guillett SalesAid Software "Sandy" wrote in message ... hi, I wrote a few lines of code on a module within a workbook. I only needed to run to code once, then I deleted the module and distributed the workbook. The users are still getting a macro warning, even through there is no code. How can I fix this? thanks, Sandy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I deleted the module.
-----Original Message----- Did you delete the module or just delete the code from the module? -- Don Guillett SalesAid Software "Sandy" wrote in message ... hi, I wrote a few lines of code on a module within a workbook. I only needed to run to code once, then I deleted the module and distributed the workbook. The users are still getting a macro warning, even through there is no code. How can I fix this? thanks, Sandy . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then look to see if something in the ThisWorkbook module that you can ERASE.
Also, look in the code modules of each sheet and do the same. -- Don Guillett SalesAid Software "Sandy" wrote in message ... I deleted the module. -----Original Message----- Did you delete the module or just delete the code from the module? -- Don Guillett SalesAid Software "Sandy" wrote in message ... hi, I wrote a few lines of code on a module within a workbook. I only needed to run to code once, then I deleted the module and distributed the workbook. The users are still getting a macro warning, even through there is no code. How can I fix this? thanks, Sandy . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You may want to look at Debra Dalgleish's site:
http://www.contextures.com/xlfaqMac.html#NoMacros Sandy wrote: hi, I wrote a few lines of code on a module within a workbook. I only needed to run to code once, then I deleted the module and distributed the workbook. The users are still getting a macro warning, even through there is no code. How can I fix this? thanks, Sandy -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro security warning | Excel Discussion (Misc queries) | |||
Macro Warning | New Users to Excel | |||
Macro warning box | Excel Discussion (Misc queries) | |||
What is the VBA code to delete a sheet without warning message? | Excel Discussion (Misc queries) | |||
macro warning | New Users to Excel |