Add-ins Problem in PPoint Please help

K

kokousam

One of our developers created a new VB add-in for power point. it
works fine on all O/Systems except on XP Pro, you can see it under
add-ins once you add it you see X on the side of the Add-in and you
only have the option to remove it or unload it however when you go to
the button associated with the add-in on the Menu bar it's empty but
other have no problems using other O/systems. We are using Office 2000
Premium. Any help will be appreciate it. Thanks
 
K

kokousam

No the button is there on the menu bar however when you click on it,
it just a gray square. The Macro are set to Med/low but no luck. it
seems like the macro are not loading.In other O/S when you click on
the button you get a list of sub menu. Thanks steve.
 
S

Steve Rindsberg

kokousam said:
No the button is there on the menu bar however when you click on it,
it just a gray square. The Macro are set to Med/low but no luck. it
seems like the macro are not loading.In other O/S when you click on
the button you get a list of sub menu. Thanks steve.

So the code that creates the toolbar and the button runs, but something
fails when it gets to the point of placing the icon. So it's not a macro
security issue.

Again, can you post the code in question?
Do you mean that the button isn't there or that the button face is empty
(ie, no icon on it)?
If the button's there but blank, what happens when you click on it?
What are the users's macro security settings in PowerPoint? Medium or Low?

Can you post the Auto_Open subroutine and any other subs/functions it calls?
Without a look at the code, it's not possible to do more than make wild
guesses as to the problem; not a good use of anyone's time.
[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top