replace text in one column

R

ranjan.khan

Hi,

In my "Book1.xls" I have a column A that has 24 rows of the following
text in them -

C:\Documents\Symantec

I want to replace this text with D:\Hold\Folders in all 24 rows of
Column A

I know I need a do loop, but I am not sure how to write the symnatecs.
 
D

Dave Peterson

How about just select that column and do Edit|Replace?

If you need a macro, you can record one when you do it manually.
 
Top