excel 2000 and 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a program created in 2003 that has a TOC page with links to about 46
sheets. The sheets have the code

Private Sub Worksheet_Activate()
UserForm1.Show
End Sub

When I open it in 2003 and click the link, UserForm1 is shown. When I open
the same program in 2000. when a user clicks there individual tab, the
UserForm is activated, but when they click the link on the TOC page it does
not activate the form.

Any suggestions.

Thanks
 
A longggggg time ago, there was a discussion about this kind of problem (not
with xl2003), though.

One suggestion was to get rid of the hyperlinks and use macros to select those
other sheets.
 

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