Hi,
I got some great help from this forum before, but have hit another problem:
I would like to convert an excel s/sheet containing a LONG list of URLs into a comma delimited text file, such that:
URL1
URL2
URL3
URL4
becomes a .txt file:
URL1,URL2,URL3,URL4
Any suggestions (other than by hand!) would be enormously appreciated.
BTW: The reason for this is that I wish to feed these URLs into fping - a multiple hostname ping program, and thus I will be wanting to convert the output back into excel.
Thanks,
Mike