Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Dis-able Online Help

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Dis-able Online Help

Thank you for responding.

Sadly, your suggestion disables ALL Help, both online and offline, using the
F1 shortcut.

I need to have only the online disabled, which is the result of manually:

Tools Options General Options Service options Online Content clear
the show content checkbox

But thanks again for taking the time to respond.

--
Gary''s Student - gsnu200824


"Spreadsheet Solutions" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Online Help Grey Old Man[_2_] Excel Discussion (Misc queries) 4 May 6th 10 01:10 AM
GET PAID $2000 PER WEEK FROM ONLINE MONEY MAKING PROGRAMME.THEREALPROGRAMME IN ONLINE mark sheder Excel Worksheet Functions 0 October 6th 08 12:01 PM
Can't open online Help - get "Register for My Office Online" Blue-eyed girl Excel Discussion (Misc queries) 0 April 24th 07 04:04 PM


All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"