View Single Post
 
Old 10-18-2019, 06:01 AM
dita dita is offline Windows XP Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2018
Posts: 34
dita is on a distinguished road
Default

It works. Thanks so much!!!


Can I use the same macro for DOCX files by simply changing the code from .doc to .docx?




strFile = Dir$(strPath & "*.docx")
Reply With Quote