View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gordon Rainsford[_5_] Gordon Rainsford[_5_] is offline
external usenet poster
 
Posts: 4
Default Excel on Mac crashes

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