Accessing COM library via VBA
I am trying to use the library in Office VBA. I have successfully registered it and added the COM as a reference in the VBA editor. However, despite using the VB script examples on this site as a guide, I cannot GetObject WinSCP, much less pass session options to it or use it with other macros I have written.
Does anyone have any samples for opening a session, connecting and putting a file on a server for VBA?
Does anyone have any samples for opening a session, connecting and putting a file on a server for VBA?