View Single Post
 
Old 03-14-2025, 05:17 PM
macropod's Avatar
macropod macropod is offline Windows 10 Office 2016
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,465
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

I'm not familiar with the Mac OS, but in Windows, you'd use something like:
Code:
Dim StrNm As String: StrNm = ActiveDocument.Fullname
ActiveDocument.SaveAs FileName:= "/Users/hl/Downloads/FileName.docx", FileFormat:=wdFormatXMLDocument, AddToRecentFiles:=False
ActiveDocument.Close
Kill StrNm 
Application.Quit
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote