Endeavouring
Board Regular
- Joined
- Jun 30, 2010
- Messages
- 115
Hi
I need to add a space between text and numbers in any cell in a single column. Either the numeric or alpha could be first and each cell could contain any combination of alpha/numeric. Such as
A12
A12xyz
ABC123xyz
abc1234567890xyz9876543
Which would need changing to
A 12
A 12 xyz
ABC 123 xyz
abc 1234567890 xyz 9876543
If possible I am trying to make it either a VBA Sub or UDF
Any help would be appreciated as I've been batting this around with no success.
I need to add a space between text and numbers in any cell in a single column. Either the numeric or alpha could be first and each cell could contain any combination of alpha/numeric. Such as
A12
A12xyz
ABC123xyz
abc1234567890xyz9876543
Which would need changing to
A 12
A 12 xyz
ABC 123 xyz
abc 1234567890 xyz 9876543
If possible I am trying to make it either a VBA Sub or UDF
Any help would be appreciated as I've been batting this around with no success.