Excel on Mac crashes

G

Gordon Rainsford

I have some code that works fine on Windows, but when I use it on a Mac
Excel crashes at this line:

rowString = Format(Cells(i, j).Value, "00")

Is there perhaps some difference in the Format Function for Mac than for
Windows?

Thanks,

Gordon Rainsford
 
Top