View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TrimFandango TrimFandango is offline
external usenet poster
 
Posts: 1
Default Text boxes missing in Excel publish to HTM

Program was developed in Excel 2000 to publish charts to htm files. Each of
21 charts have text boxes that are updated with VBA code. When I upgraded to
Excel 2003, the code would publish each basic chart, but would generally omit
the text boxes. For example, if 21 charts were on a worksheet, one of the
htm files would have the text boxes but the other 20 would not.

The help files for publishobjects and publishobjects.add are the same for
2000 and 2003. Why doesn't the VBA code used in Excel 2000 work in Excel
2003?