Excel 97 popups

  • Thread starter Thread starter Jlspight
  • Start date Start date
J

Jlspight

As part of a custom toolbar created by an add-in I wrote, the autoshape icons
all show up with empty pop up menus when the add-in is installed in Excel 97.
They work fine on all versions later than 97. Anyone know how to correct?
 
if left(application.Version,1) = "8" then
' alterations to your unknonw existing code that fix the problem
Else
' existing code
End if
 

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

Back
Top