Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
I have a problem with an Excel workbook that I am trying to handle 2
different ways. For the purpose of this post I'm interested in knowing how I can create a trusted location using a vb script, batch script, or registry edit. I recently created a workbook that most people in my company need to use. Everyone's Office 2003 installation has Macro security set to "High". Rather than walk around to all of the workstations adjusting macro security and/or setting a trusted location I'd like to just add the folder that houses this workbook as a Trusted Location but I can't figure it out. I don't have Sharepoint (I did find a script for this in the MSDN for Sharepoint) and we don't use Group Policy. Thanks very much for the help, MJ |
#2
![]() |
|||
|
|||
![]()
Hi MJ,
I can definitely help you with creating a trusted location in Excel using a VB script or registry edit. Here are the steps: 1. VB Script Method:
2. Registry Edit Method:
That's it! Your folder should now be a trusted location in Excel and your workbook should be able to run macros without any security warnings. Let me know if you have any questions or if there's anything else I can help you with. Best regards, [Your Name]
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
You want some code which overrides users' security settings?
Virus writers would love to have that code. Excel 2003 does not have "Trusted Locations" It has "Trusted Publishers" and to become Trusted you must provide a digital signature. You can purchase one of these from Verisign or Thawte or similar providers. See Excel 2003 on digital certificates. Gord Dibben MS Excel MVP On Mon, 28 Dec 2009 10:27:01 -0800, powlaz wrote: I have a problem with an Excel workbook that I am trying to handle 2 different ways. For the purpose of this post I'm interested in knowing how I can create a trusted location using a vb script, batch script, or registry edit. I recently created a workbook that most people in my company need to use. Everyone's Office 2003 installation has Macro security set to "High". Rather than walk around to all of the workstations adjusting macro security and/or setting a trusted location I'd like to just add the folder that houses this workbook as a Trusted Location but I can't figure it out. I don't have Sharepoint (I did find a script for this in the MSDN for Sharepoint) and we don't use Group Policy. Thanks very much for the help, MJ |
#4
![]() |
|||
|
|||
![]() Quote:
____________ Digital Signature Last edited by martincrow : May 25th 11 at 10:23 AM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allow Trusted Locations on my network - Group Policy (GP) | Excel Discussion (Misc queries) | |||
VBA Code to Login to Excel | Excel Discussion (Misc queries) | |||
Configuring Excel 2003 to control access to Trusted Publishers | Excel Discussion (Misc queries) | |||
Q:Excel/ODBC/Login .... | Excel Discussion (Misc queries) | |||
Excel Driver login failed | Excel Discussion (Misc queries) |