Reference selection

K

Karl H

I'm getting an error msg indicating "user defined type not identified" when I
write this :
Private Sub DrawStringInBox( _
ByVal ev As System.Drawing.Printing.PrintPageEventArgs, _
ByVal x1 As Single, ByVal y1 As Single, _
ByVal x2 As Single, ByVal y2 As Single, _
ByVal s As String
End Sub

I'm presuming I need to get the right reference involved, but how do you
tell which of the couple hundred you need?

Thank you,
Karl
 
D

Dave Patrick

Sorry but Access VBA does not do DotNet

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| I'm getting an error msg indicating "user defined type not identified"
when I
| write this :
| Private Sub DrawStringInBox( _
| ByVal ev As System.Drawing.Printing.PrintPageEventArgs, _
| ByVal x1 As Single, ByVal y1 As Single, _
| ByVal x2 As Single, ByVal y2 As Single, _
| ByVal s As String
| End Sub
|
| I'm presuming I need to get the right reference involved, but how do you
| tell which of the couple hundred you need?
|
| Thank you,
| Karl
 
K

Karl H

Thank you, I guess I'll have to get a VBA reference and see how it differs
from VBA.net.
Karl Hadley
 
D

Dave Patrick

You're welcome.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|
| Thank you, I guess I'll have to get a VBA reference and see how it differs
| from VBA.net.
| Karl Hadley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top