TransferText Method

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.
 
J

jahoobob via AccessMonster.com

If you map the path where these files exist on the network to an alias (C:\,
D:\, etc.) the the path becomes D:\filename.ext. I only recommend this if
you are the only one that uses this transfer unless other users map the path
to the same alias.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top