View Single Post
 
Old 10-31-2018, 02:22 PM
VBorNotVB VBorNotVB is offline Mac OS X Office 2016 for Mac
Novice
 
Join Date: Oct 2018
Location: Southern California
Posts: 25
VBorNotVB is on a distinguished road
Default

Hi Andrew,

Good observations!
(1) I have no idea why the path is being truncated. MS is having a nightmare in this version! I tried the following to no avail:
Code:
Dim str As String * 128
str = "Macintosh HD:Users:DariusMacPro:Documents:Word:Forms:Labels:Labels.doc"
Documents.Open FileName:=str
(2) The space before the filename was a typo

(3) My file is .doc type because I have many macros inside it.

Finally, I have 60 days free technical support with MS. But they said the TS doesn't cover VB. They wanted to charge me to fix a problem that they caused. This isn't the only thing that doesn't work. AutoExec() under Normal doesn't work either! I'll continue to look into the truncation. That is obviously the culprit!

Darius (VBorNotVB)
Reply With Quote