P
Paul Dreyer
I am writing a tool in Excel 2000 on a PC, and one of the
VB subroutines I've written generates a spider chart and
colors the background light green (using
PlotArea.Interior.Color = RGB(170,255,13)). When I send
this to my project leader, who is running Excel 2004 on a
Mac, when he runs this subroutine, the background comes out
black. I've also tried setting the color using a
colorindex number, same problem. This has officially
exceeded my knowledge of the intricacies of PC/Mac
conversion in Excel. Any ideas? Much thanks in advance!
-- Paul
VB subroutines I've written generates a spider chart and
colors the background light green (using
PlotArea.Interior.Color = RGB(170,255,13)). When I send
this to my project leader, who is running Excel 2004 on a
Mac, when he runs this subroutine, the background comes out
black. I've also tried setting the color using a
colorindex number, same problem. This has officially
exceeded my knowledge of the intricacies of PC/Mac
conversion in Excel. Any ideas? Much thanks in advance!
-- Paul