HTML Maker 2.42 give Error 91 [VBE6EXT.OLB problem] on start

BubbaBBQ

Board Regular
Joined
Jan 29, 2003
Messages
68
Is anyone else having this problem with 2.42. Better yet, has anyone else had this problem and can tell me what they did to fix it. I have a thread going on the designers web page, but so far we don't have it figured out.

Thanks,
Bubba

:oops:
 
Re: HTML Maker 2.42 give Error 91 [VBE6EXT.OLB problem] on s

Well, it's a sledge hammer approach, but I got the error message to stop.

I commented out all the lines in the module "Mod_EmailSheet which pertained to "Sub CreateReferences()" and in "This Workbook" I commented out the call to the function like so:

Code:
Private Sub Workbook_Open()
CreateMenu
'CreateReferences
End Sub

Then save the VBA.

It cripples the e-mail tool, but now the error message doesn't nag me.

Bubba
 

Forum statistics

Threads
1,221,683
Messages
6,161,264
Members
451,692
Latest member
jmaskin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top