Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an array that contains string values. When I put one of these values
into my spreadsheet it changes to Scientific. Dim DataRow(12) DataRow(9)="201E-13" ' for this example Line = 2 ' for this example Sheets("Sheet2").Cells(Line,9) = DataRow(9) The result in Sheet2 I2 = 2.01E-11 and the format is Scientific. I manually set this column to text before running the macro. Any help would be great. DG |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formating problem | Excel Programming | |||
Formating Problem | Excel Discussion (Misc queries) | |||
formating problem, PLEASE help. | Excel Discussion (Misc queries) | |||
VBA Conditional Formating Problem | Excel Programming | |||
Date formating problem | Excel Programming |