PicOutput.Print => Error 438

  • Thread starter Thread starter Maclear
  • Start date Start date
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
;
 
Yep.

There is a:
userform1.printform
though.



Maclear < said:
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 exist
under the version of VB that comes with excel 2002? Because I know that
this command worked just fine with a complete Visual Studio Version.

Thanks to whoever figures this out
;)
 
Back
Top