Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Copying a text field using code with a very long number eg 0080251105280393
and 4171053200000224 the numbers are formatted as a variant/double after being copied with the numbers modified to fit in the 15 digit max of a number in Excel (eg. 80251105280393 and 4171053200000220 ). The Code: ------------- Dim strAssetSN as String strAssetSN = jpdDeliverySheet.Cells(10, 20) dellValidationSheet.Cells(5, 1).NumberFormat = "@" dellValidationSheet.Cells(5, 1) = strAssetSN Can you please help? I need the text copied across! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert numbers from text format to number format | Excel Discussion (Misc queries) | |||
Change number (in text format) to numeric format | Excel Discussion (Misc queries) | |||
Hoe to change text format .126 to number format 0.126 | Excel Discussion (Misc queries) | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
How do i change numbers in text format to number format? | New Users to Excel |