OnPrint event

OnPrint event

Anonymous
Not applicable
190 Views
1 Reply
Message 1 of 2

OnPrint event

Anonymous
Not applicable
Is there a Print Command Enum, or and OnPrint event?
0 Likes
191 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Matt,

None of these exist as of now. Would you like to try SendKeys as follows:
Sub tt()
SendKeys Chr(16)
End Sub

Cheers,
Thilak


"Matt Klassen" wrote in message
news:f138f77.-1@WebX.maYIadrTaRb...
> Is there a Print Command Enum, or and OnPrint event?
>
>
0 Likes