Here is one problem I've stuck with, need a solution for that, hope
that something will come out of box :-p
Here is the problem
The values in the cell can come like "9999 999999 9999999 XYZ", and
I need to remove all 9999 999999 9999999 and a space after that so
the final result will be in the cell is only "Anjan" with no space.
Here is the code that I've used.
ActiveSheet.Columns("A").Replace What:=sTextToFind,
Replacement:="",SearchOrder:=xlByColumns, MatchCase:=True
Where sTextToFind = "9999 999999 9999999 "
But, this code is retruning me " XYZ" in place of "XYZ"
I've also, used VbNullString in place of "", still the same
Thanx in advance, also wish u all a very Happy New Year for the
coming year