How Do I Upload a File Through VBA?

J

Jim Gordon MVP

Hi

If you mean using FTP then you can use VBA to call an AppleScript that could
use an FTP program such as Fetch or Transmit.

VBA calls AppleScript "MacScript" in the help file. You'll find code
examples there and by searching in Google groups.

-Jim Gordon
Mac MVP

All responses should be made to this newsgroup within the same thread.
Thanks.

About Microsoft MVPs:
http://www.mvps.org/

Before posting a "new" topic please be sure to search Google Groups to see
if your question has already been answered.
 
K

Kenji

Jim,
my server is setup so I can post files to the server too.
Followhyperlink seems to not work on strings over 1000 characters, do you
know another way to "post"? Thanks!
 
J

Jim Gordon MVP

Hi Kenji,

Today I received confirmation of your observation from Microsoft. The number
of characters that can be used in the VBA command is limited to 1,024.

Did you try assigning the characters to a string variable?

-Jim
 

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