View Single Post
 
Old 06-09-2017, 04:09 PM
WH7262 WH7262 is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Aug 2014
Location: Texas
Posts: 7
WH7262 is on a distinguished road
Default HyperLink In Multiple Documents at Once

Thanks for the suggestion, but I did as you suggested:
strFile = Dir(strFolder & "\*.doc")
to:
strFile = Dir(strFolder & "\*.htm")

But the results Is that it not only removes the hyperlinks, but also creates a folder by the same name as the .htm with _Files added and inside each folder has three filee name:
following files in that folder:
colorschememapping.xml
filelist.xml
themedata.xml

Here are the images showing this creation:
Attached Images
File Type: png Macro Results.png (171.6 KB, 20 views)
File Type: png Folders and Files Created.png (128.9 KB, 20 views)
Reply With Quote