View Single Post
 
Old 09-07-2020, 10:07 AM
Purfleet Purfleet is offline Windows 10 Office 2019
Expert
 
Join Date: Jun 2020
Location: Essex
Posts: 345
Purfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to behold
Default

It will only do rtf files as you are changing the varible from pdf, to docx to rtf with out doing anything with it.


so the code will execute with .rtf all the time

sFileType = ".pdf"

sFileType = ".docx"
sFileType = ".rtf"
Reply With Quote