View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Spreadsheet Solutions[_3_] Spreadsheet Solutions[_3_] is offline
external usenet poster
 
Posts: 31
Default Dis-able Online Help

For instance when you open the workbook:

Private Sub Workbook_Open()
Application.OnKey "{F1}", ""
End Sub

--
Regards;
Mark Rosenkrantz
--
Spreadsheet Solutions
Uithoorn
Netherlands (Those who live some 18 feet below sea level)
--
E:
W:
www.spreadsheetsolutions.nl
--
"Gary''s Student" wrote in message
...
I can manually disable online help with:

Tools Options General Options Service options clear the show
content
and links from Microsoft Office Online

How can I do this with VBA?
--
Gary''s Student - gsnu200824