Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: VBA object can not get created

Please show your code.
MartinR

VBA object can not get created

Hello,

i registered the winscpnet.dll with regasm like the example.

in VBA Access i set the reference.

now i can write in vba dim mysession as new session.

the autocomplete funktion in vba does find "session".

now i start my programm.

but in the row "upload mysession" from the VBA example i get the err.numer 429
object creation by activeX componente not possible.


where is the problem:( can you help me?
thanks!!!!