View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
IT_roofer IT_roofer is offline
external usenet poster
 
Posts: 45
Default Remove VB code from a sheet

Ignore my other post.

I glanced over it and, of course, as soon as I dug into it like I said I was
going to, I now have to eat my words.

Thanks again, Norman.

"Norman Jones" wrote:

Hi IT_Roofer,

See Chip Pearson at:

Programming To The Visual Basic Editor
http://www.cpearson.com/excel/vbe.htm

See particularly the section entitled:

Deleting A Module From A Workbook

but do read Chip's page introduction in full!



---
Regards,
Norman


"IT_roofer" wrote in message
...
I have a few comboboxes on a worksheet and when the user saves the
worksheet,
a macro removes all the comboboxes. I was digging through the forum to
find a
way to eliminate the code from a worksheet, but I read a post that said it
couldn't be done.

Is that true? If it is not true, where can I find code to eliminate code?

Thanks.