mrinal saha
Board Regular
- Joined
- Jan 20, 2009
- Messages
- 229
Hi Folks,
I want to know both in spreadsheet and vba to find whether the first four character in a cell is numeric or text. Both the ways.
I am using this but this doesn't work
If Application.WorksheetFunction.IsText(Left(cel).Value, 3) Then
cel.Value = " "
Thanks,
Mrinal
I want to know both in spreadsheet and vba to find whether the first four character in a cell is numeric or text. Both the ways.
I am using this but this doesn't work
If Application.WorksheetFunction.IsText(Left(cel).Value, 3) Then
cel.Value = " "
Thanks,
Mrinal
Last edited: