Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SendKeys Action doesn't work

Status
Not open for further replies.

Survane

MIS
Jul 3, 2002
74
US
When I use the code:

Private Sub cmdZoom_Click()
SendKeys "+ {F2}", True
End Sub

I get an error message that "The SendKeys action requires the MS Access Utility Add-in to loaded". "Rerun MS Access of MS Office Setup to reinstall MS Access and the MS Access Utility Add-in"

Has anyone gotten this error? Is my SendKeys code correct?
Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top