V
VBA Dabbler
I've used the TransferText method many times before, and have at times run
into a length limitation for the "FileName" parameter. What I'm finding is
that the length is limited to 153 (Magical isn't it?), including the server
name, path, file name, and file extention. For example:
"\\servername\path\filename.ext"
Does anyone know of a limitation on this parameter? I haven't seen anything
in the Help facility on this issue.
into a length limitation for the "FileName" parameter. What I'm finding is
that the length is limited to 153 (Magical isn't it?), including the server
name, path, file name, and file extention. For example:
"\\servername\path\filename.ext"
Does anyone know of a limitation on this parameter? I haven't seen anything
in the Help facility on this issue.