F
FaisalK
Hi
I m trying to use ActiveX OCX files like MSMAPI32.ocx, MSINET.ocx...etc in
my Access Module. But all fail with error message "ActiveX component can't
create object".
I have tried the following...
Dim FTP as Object
set FTP = createobject("INET")
- - - - - - - - - - - - -
Dim FTP as New INET
- - - - - - - - - - - - - - -
It work on some PC & some not. Can someone help to find whats missing.
Highly appreciate your assistance.
regards
faisal Karim
I m trying to use ActiveX OCX files like MSMAPI32.ocx, MSINET.ocx...etc in
my Access Module. But all fail with error message "ActiveX component can't
create object".
I have tried the following...
Dim FTP as Object
set FTP = createobject("INET")
- - - - - - - - - - - - -
Dim FTP as New INET
- - - - - - - - - - - - - - -
It work on some PC & some not. Can someone help to find whats missing.
Highly appreciate your assistance.
regards
faisal Karim