View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson[_2_] Chip Pearson[_2_] is offline
external usenet poster
 
Posts: 95
Default Compacting Excel-VBA file

Oliver,

I think you heard incorrectly. Excel doesn't keep a worksheet
with variable and procedure names used in VBA. You can clean
extraneous internal VBA "garbage" by using Rob Bovey's
CodeCleaner add-in, available for free at www.appspro.com .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"Oliver Kharraz" wrote in message
...
Hi,

I have heard that Excel keeps an "invisible" sheet with

variable & procedure
names that are used in VBA, but that this sheet will not be

"compacted" if
you delete such a procedure. If so, is there any way to make

this sheet
"visible" and compact it manually?

Cheers,

Oliver