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.
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.