Snap Happy
New Member
- Joined
- Dec 8, 2009
- Messages
- 18
I'm sure my issue has been covered before but I can't find the solution I need.I receive an Excel report from a third party where some of the columns are 'Number Stored as Text'. I can convert these manually using the highlight and 'Convert to Numbers' on the drop down but I need to do this automatically using VBA code.I select the fields usingRange(Selection,Selection.End(xlDown)).Selectbut can't figure out the next step to convert to numbers.Can anyone help?