12-16-2020
11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-16-2020
11:11 PM
Just a comment:
Please never ever use the DisplayName for the filename! The DisplayName can contain characters that are not allowed for filenames, like "/\<:|".
Try instead:
Dim fso As New Scripting.FileSystemObject
dwfFile = laserdir + fso.GetBaseName(idwDoc.FullFileName) + ".dwf"