Set text cover path: wdTextConvertersPath : Options « Application « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Application
- Options
Set text cover path: wdTextConvertersPath
Sub pathDemo6()
Options.DefaultFilePath(wdTextConvertersPath) = "c:\user\"
End Sub
Related examples in the same category