View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shane J Shane J is offline
external usenet poster
 
Posts: 1
Default Excel 2000 code not working in XP

I have some code that deals with buttons developed in
Excel 2000 that doesn't work on a client's PC with Office
XP. The thing is, we tested it on one of our own XP
machines and it worked fine.

The button is the old style forms objects, since some of
our other users are still on excel 95 and 97. I think the
code bugs out when the macro tries to refer to the name of
the button.

Can anybody please tell me what might be causing this? My
first thought is that the client is missing a library or
something from their install of Office.

Thanks.
Shane