Using VBA to automate data transfers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brooksjd
    New Member
    • Dec 2009
    • 1

    Using VBA to automate data transfers

    Is there a way to automate a process that takes data from a folder and runs a form (that is already working manually) that will upload data to an online server?
  • BlackLibrary
    New Member
    • Jan 2010
    • 16

    #2
    Steps you need to take:
    1. Create a Subroutine that uploads data to an online server. Checkout Chilkat software. Its a great resource for that for a modest price.

    2. With that created, you can easily do the function you are looking passively.

    Unfortunately, you're question is not that specific. Especially regarding the type of data, some sample code, or whatever. But if you have some resource (cash) to use, Chilkat has some great tools and example code, if memory serves, that can do it.

    Comment

    Working...