M
Maclear
Hey y'all,
I got a problem with a VB command under the
version of microsoft visual basic that comes with excel 2002.
When I try to run a simple command like
Private Sub CmdAffiche_Click()
PicOutput.Print "Hello"
End Sub
I get an Error 438
So my question is: Could it be that the* .Print *command doesn't exis
under the version of VB that comes with excel 2002? Because I know tha
this command worked just fine with a complete Visual Studio Version.
Thanks to whoever figures this out
;
I got a problem with a VB command under the
version of microsoft visual basic that comes with excel 2002.
When I try to run a simple command like
Private Sub CmdAffiche_Click()
PicOutput.Print "Hello"
End Sub
I get an Error 438
So my question is: Could it be that the* .Print *command doesn't exis
under the version of VB that comes with excel 2002? Because I know tha
this command worked just fine with a complete Visual Studio Version.
Thanks to whoever figures this out
;