Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default Excel Registry Add in settings

I am looking in

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Options

at the OPENx subkeys.

OPEN = '/F "C:\Program Files\Microsoft
Office\Office10\Library\Solver\Solver.xla"'

OPEN3 = '/R "C:\Program Files\Microsoft
Office\Office10\Library\Analysis\ANALYS32.XLL"'


What do the /F and /R commands do? The rest of the add-ins that i have
loaded contain neither.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Excel Registry Add in settings


The /F switch means it's a demand-loaded add-in. The menu for it is
created by another registry key and the add-in file is not actually opened
until you select its menu. The /R switch opens the add-in read-only.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *


"R Avery" wrote in message
...
I am looking in

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\E xcel\Options

at the OPENx subkeys.

OPEN = '/F "C:\Program Files\Microsoft
Office\Office10\Library\Solver\Solver.xla"'

OPEN3 = '/R "C:\Program Files\Microsoft
Office\Office10\Library\Analysis\ANALYS32.XLL"'


What do the /F and /R commands do? The rest of the add-ins that i have
loaded contain neither.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default Excel Registry Add in settings

Where in the object model can I access these properties, or do I have to
insert the /F or /R switch manually using registry API calls? Are there
any other switches available?
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Excel Registry Add in settings

"R Avery" wrote in message
...
Where in the object model can I access these properties, or do I have to
insert the /F or /R switch manually using registry API calls? Are there
any other switches available?


You have to insert these manually using Registry API calls when you
install you add-in. For the /F switch you also have to use the Regisry API
to build your menu and you need to add a special defined name to your add-in
so that Excel recognizes it as demand-loaded. These are the only switched
that I'm aware of.

All of this is described in the Excel 97 SDK, although it's pretty
difficult to locate. The text for the Excel 97 SDK can be found in the MSDN
library:

http://msdn.microsoft.com/library/

under:

Office Solutions Development
Microsoft Office
Microsoft Office 97
Product Documentation
Excel
Microsoft Excel 97 Developer's Kit

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *



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
How Can I Unblock Registry Settings to allow .wk1 Files gbarofavn Excel Worksheet Functions 1 January 8th 09 02:16 PM
'blocked by registry policy settings' Jeff7salter Excel Discussion (Misc queries) 5 August 18th 08 06:21 PM
Excel VBA- Error Accessing the system registry pie[_2_] Excel Programming 0 April 21st 04 05:06 AM
excel macro code in registry Jorge[_3_] Excel Programming 1 October 10th 03 06:33 PM


All times are GMT +1. The time now is 08:12 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"