View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Risky Dave Risky Dave is offline
external usenet poster
 
Posts: 161
Default Disable Personal.XLSB

Hi,

I am running an XL application on my Corporate network which does a whole
stack of stuff, most of whole I have been able to get working (mostly thanks
to you guys!).

There is a legacy bit of code (ie. we don't use it anymore) which loads the
Personal.XLSB (this is Office '07 on Vista Enterprise) that is mucking up
some stuff I need to do.

Can anyone suggest some sort of Workbook_Activate() code that will disable
or unload the stuff being called by Private.XLSB for the duration of my
workbook session?

TIA

Dave