View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1378_] Rick Rothstein \(MVP - VB\)[_1378_] is offline
external usenet poster
 
Posts: 1
Default Conflicting VBA's

See if this helps you any...

http://exceltips.vitalnews.com/Pages...ng_Addins.html

Rick


"pdberger" wrote in message
...
Good morning --

I spent a couple hours creating a new user form, setting it up to open as
the workbook opens. Over the weekend, I downloaded the very useful 'XY
Chart
Labeller' from Appspro.com and now, the workbook crashes as opens.

The name of the user form is frmMain. The 'on Open' code is
straightforward
-- activate a page and then open the form.

Where might the conflict be? If I can't resolve it, how do I remove the
add-in?

Thanks in advance.