T
tdunford
I've been trying to figure this out and just have been unable to. It'
important that I figure out how to extract image paths that are in htm
code in all cells in a column. The image paths are not full url's
Here's an example:
<img src="images/stories/example.jpg" width="450" height="300
alt="Example" />
...and that code would be in the html code of an entire page and th
html code is within a cell in a long column. What I need to figure ou
is how to exact this from that image code:
images/stories/example.jpg
...and that's it. Normally I would just Find & Replace something lik
"images" with a "|" and then copy the column into notepad and then past
it back into a new column in Excel and then open the text import manage
thingy and then specify "|" and then I would have a column that start
with /stories/example.jpg. Then I would do the same thing with "jpg" an
then I would have "/stories/example." then I would just add "images t
the front of that and "jpg" to the back and be done with it, but thi
method isn't working because of the html code or something I don't know
So any suggestions would be GREATLY appreciated. Thanks
important that I figure out how to extract image paths that are in htm
code in all cells in a column. The image paths are not full url's
Here's an example:
<img src="images/stories/example.jpg" width="450" height="300
alt="Example" />
...and that code would be in the html code of an entire page and th
html code is within a cell in a long column. What I need to figure ou
is how to exact this from that image code:
images/stories/example.jpg
...and that's it. Normally I would just Find & Replace something lik
"images" with a "|" and then copy the column into notepad and then past
it back into a new column in Excel and then open the text import manage
thingy and then specify "|" and then I would have a column that start
with /stories/example.jpg. Then I would do the same thing with "jpg" an
then I would have "/stories/example." then I would just add "images t
the front of that and "jpg" to the back and be done with it, but thi
method isn't working because of the html code or something I don't know
So any suggestions would be GREATLY appreciated. Thanks