Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Trust VB projects setting Grayed out

I have one machine in my organization that has the "Trust Access to Visual
Basic Projects" grayed out. It won't let me change it, even when logged on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is graying
this out???

Any help appreciated.

Dennis


  #2   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Trust VB projects setting Grayed out

in tools/macros/visual basic editor

open in the vbe the tools/references menu
make sure that Microsoft visual bassic extensibilty 5.3 reference is checked

"dennis" wrote:

I have one machine in my organization that has the "Trust Access to Visual
Basic Projects" grayed out. It won't let me change it, even when logged on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is graying
this out???

Any help appreciated.

Dennis



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Trust VB projects setting Grayed out

Is VBA installed on that machine?

--
Regards,
Tom Ogilvy

"dennis" wrote in message
...
I have one machine in my organization that has the "Trust Access to Visual
Basic Projects" grayed out. It won't let me change it, even when logged

on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is graying
this out???

Any help appreciated.

Dennis




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Trust VB projects setting Grayed out

VBA is installed. I can create Macro's and edit them in the VBE. I don't
think I could do that if VBA was not installed, right?

I tried adding a reference to Visual Basic extensions 5.3 but that did no
good. I tried editing the Registry, setting AccessVBOM to 1. But that did
no good.

Any other suggestions.?

Dennis

"Tom Ogilvy" wrote in message
...
Is VBA installed on that machine?

--
Regards,
Tom Ogilvy

"dennis" wrote in message
...
I have one machine in my organization that has the "Trust Access to
Visual
Basic Projects" grayed out. It won't let me change it, even when logged

on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But
it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is
graying
this out???

Any help appreciated.

Dennis






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Trust VB projects setting Grayed out

I don't use xl2003, so take this with a giant grain of salt.

From reading posts, it sounds like that option can be disabled (always
disabled??) via the user interface.

Did you try changing the registry with excel closed, then check to see if that
had any effect on your problem?

(I don't have any guess no matter what your response is--I just thought that
maybe checking via the user interface wasn't a sufficient check.)

dennis wrote:

VBA is installed. I can create Macro's and edit them in the VBE. I don't
think I could do that if VBA was not installed, right?

I tried adding a reference to Visual Basic extensions 5.3 but that did no
good. I tried editing the Registry, setting AccessVBOM to 1. But that did
no good.

Any other suggestions.?

Dennis

"Tom Ogilvy" wrote in message
...
Is VBA installed on that machine?

--
Regards,
Tom Ogilvy

"dennis" wrote in message
...
I have one machine in my organization that has the "Trust Access to
Visual
Basic Projects" grayed out. It won't let me change it, even when logged

on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But
it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is
graying
this out???

Any help appreciated.

Dennis





--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Trust VB projects setting Grayed out

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
is still grayed out.


You have to delete the key. Then you can change the access setting through
the UI (which is written to the equivalent HKCU key).


--
Jim Rech
Excel MVP
"dennis" wrote in message
...
|I have one machine in my organization that has the "Trust Access to Visual
| Basic Projects" grayed out. It won't let me change it, even when logged
on
| as a Domain Admin.
|
| I have changed the Reg Key
| HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
| is still grayed out.
|
| I have searched KB but can't find an answer there.
|
| Any suggestions. Is there a Local Machine Security Policy that is graying
| this out???
|
| Any help appreciated.
|
| Dennis
|
|


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Trust VB projects setting Grayed out

OK, I found the answer. If anyone is interested. I had changed the key

HKLM\Software\Microsoft\Office\11\Excel\Security\A ccessVBOM to 1.

I expected this to make the UI check box a non-greyed-out option, but it
left it greyed out. But the box was not checked instead of unchecked.

So here is how it works. If you leave the key there and it is a zero the
option will be greyed out and unchecked. If you leave the key there and
make it a 1, the option will be greyed out but checked. If you remove the
key entirely the option will no longer be greyed out and the user can chose
to check it or not.

Hope that helps others.

Dennis

"dennis" wrote in message
...
I have one machine in my organization that has the "Trust Access to Visual
Basic Projects" grayed out. It won't let me change it, even when logged on
as a Domain Admin.

I have changed the Reg Key
HKLM/Software/Microsoft/Office/11/Excel/Security/AccessVBOM to 1. But it
is still grayed out.

I have searched KB but can't find an answer there.

Any suggestions. Is there a Local Machine Security Policy that is graying
this out???

Any help appreciated.

Dennis



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
I can't find the certificate of trust. Can you help me? riva Excel Discussion (Misc queries) 0 April 15th 09 04:21 PM
Trust Center settings via GPO D2k Setting up and Configuration of Excel 0 January 14th 08 03:03 PM
Trust center log David Walker Setting up and Configuration of Excel 1 January 5th 08 02:06 AM
Trust and Signatures in VBA Steffen Kother Excel Programming 0 June 18th 04 07:38 AM
How to become a better programmer, post college. More projects or less projects. Matt Somers Excel Programming 1 February 12th 04 01:54 PM


All times are GMT +1. The time now is 04:11 AM.

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"