revised replacement text

R

ranjan.khan

Hi,

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

C:\Documents\Symantec\img1.jpg
C:\Documents\Symantec\img2.jpg
C:\Documents\Symantec\img3.jpg
C:\Documents\Symantec\img4.jpg



I want to replace this text with D:\Hold\Folders in all 4 rows of
Column A such that the results are:

D:\Hold\Folders\img1.jpg
D:\Hold\Folders\img2.jpg
D:\Hold\Folders\img2.jpg
D:\Hold\Folders\img2.jpg


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

Dave Peterson

Same as before...

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