Assign F1 as a macro?
I added this....in the this workbook spot... modified it to be F1 not
F10.
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Call F1Off
End Sub
Private Sub Workbook_Open()
Call F1On
End Sub
Get sub or function not defined error.
|