sairampappu
New Member
- Joined
- Nov 19, 2017
- Messages
- 7
Hi,
I am new to VBA and trying to build a macro. I need to select a particular entire column which has some units for example say distance 72.4 Km/h (this value may varied and is applicable for single cell). I need to strip off the units and get only 72.4 and that should be copied to another workbook.
1. If there is a column R1C1 has a heading "distance", in R2C1 has some value 72.34 Km/h. Now I need to get take out the units and get 72.34, paste the same value in another work book.and this should happen for entire column.
Can Someone help me out.
Thanks,
Sai
I am new to VBA and trying to build a macro. I need to select a particular entire column which has some units for example say distance 72.4 Km/h (this value may varied and is applicable for single cell). I need to strip off the units and get only 72.4 and that should be copied to another workbook.
1. If there is a column R1C1 has a heading "distance", in R2C1 has some value 72.34 Km/h. Now I need to get take out the units and get 72.34, paste the same value in another work book.and this should happen for entire column.
Can Someone help me out.
Thanks,
Sai