turtlepokerman
New Member
- Joined
- Jun 18, 2012
- Messages
- 28
Hello World,
I have a table of data that looks similar to this:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Item1[/TD]
[TD="align: center"]Apple[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Item1Weight[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Item1Height[/TD]
[TD="align: center"]25[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Item2Length[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
This structure repeats about 500x. I am importing data currently and the green arrows apprear in the corners and say numbers stored as text for rows B2:B4. How do I select all of the data in column B and have it automatically convert all of the numbers stored as text into numbers while leaving the text items alone? I am willing to work in VBA, since that I already have some functions created in it.
All help is appreciated!!!
I have a table of data that looks similar to this:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Item1[/TD]
[TD="align: center"]Apple[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Item1Weight[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]Item1Height[/TD]
[TD="align: center"]25[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Item2Length[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
This structure repeats about 500x. I am importing data currently and the green arrows apprear in the corners and say numbers stored as text for rows B2:B4. How do I select all of the data in column B and have it automatically convert all of the numbers stored as text into numbers while leaving the text items alone? I am willing to work in VBA, since that I already have some functions created in it.
All help is appreciated!!!