View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_190_] ExcelMonkey[_190_] is offline
external usenet poster
 
Posts: 172
Default Deleting modules in XLA

I actually want to delete modules and userforms. Was
right clicking on them and not getting the option to
Remove them.


-----Original Message-----
Are you right clicking on modules or worksheets? To

delete worksheets,
unhide them by going to the ThisWorkbook properties in

the VBE and change
the Add-In property to False. Now you can see/delete

the worksheets.
HTH,
Gary Brown


"ExcelMonkey"

wrote in message
...
When I right click on my modules in my XLA file, I do

not
get the option to remove modules. How do I remove
modules that I no longer need?

Thanks



.