Thread
:
How to disengage the F9 key - Workbook_Open?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Arturo
external usenet poster
Posts: 108
How to disengage the F9 key - Workbook_Open?
This preps the file as desired:
Private Sub Workbook_Open()
Application.Calculation = xlCalculationManual
End Sub
Where would I find the syntax to disengage the F9 key too?
Thank you,
Arturo
Reply With Quote
Arturo
View Public Profile
Find all posts by Arturo