First i need to find out whether QTP exist. if exist then replace with blank space. How to do that in excel?
I am simply working with excel. I just need to delete any cell has qtp and delete that. That cell has lot of data along with qtp.
How?
First i want to find whether any cell has qtp with other data.
second if qtp exist, replace with blank or delete it.
In excel, i also have in different cells 2) 3) 4).
I want to delete all of them (2) 3) 4).
) if it is any cell.
I am simply working with excel. I just need to delete any cell has qtp and delete that. That cell has lot of data along with qtp.
How?
First i want to find whether any cell has qtp with other data.
second if qtp exist, replace with blank or delete it.
(11-21-2012, 07:08 PM)ssvali Wrote: Sample Code :-
Code:a = "i like QTP"
b= Replace(a,"QTP","")
Msgbox b
In excel, i also have in different cells 2) 3) 4).
I want to delete all of them (2) 3) 4).
) if it is any cell.