View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
James Snell James Snell is offline
external usenet poster
 
Posts: 46
Default Error Message - VBE6EXT.OLB could not be loaded

I'd log in as another user on that machine just to test for sure. It should
fail if I'm right... If I am then re-register the OLB using regsvr32 using
these commands.

regsvr32 -u <filename
regsvr32 <filename

Let us know how that goes.

* instead of typing the path & filename, just drag & drop the file in from
windows explorer, it's much easier & less chance of getting a typo.

"Matts" wrote:

Hi,
I've got an excel aplication developed by myself & is used by atleast 40
diff users. This is not shared & is a stand alone piece for everyone. All
have a personal version of this aplication.

One of the staff has been encountering this particular error on his machine
when
he tries to save the file.."VBE6EXT.OLB could not be loaded". Could you pls
advice on what could this be. Ther was no problem when he tried from another
pc. Looks like this is more Pc related

My aplications accepts data thru a userform & has two other features like
close work book in 10 mnts & has a status bar scroll message as well.

none of the other users have complained abt sucha thing before.

Apreciate any assistance on this.

Thanks, Matthew