open the zoom dialog box by code?

L

Lim

Hi

How can I open a zoom dialog box via code?

I have a text box on a form and wish to open the zoom
dialog box for that field when double clicked.

While the following code works I don't want to use the
SendKeys

Private Sub Misc_Text_1_DblClick(Cancel As Integer)

SendKeys "+{F2}", True

End Sub
 

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