Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



How to use the Application.AutomationSecurity property in Office 2004 in Mac?

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 12-03-2010
warehouse peon's Avatar
Member
 
Join Date: Aug 2006
Posts: 111
How to use the Application.AutomationSecurity property in Office 2004 in Mac?

Hi friends,
I want some help from your side. Actually I am looking for the Application.AutomationSecurity property which is used in MS Office 2004. Since I am having the Mac operating system, please provide me the appropriate information. I have been told to use the Application.AutomationSecurity property, but I don't know much about it. Only thing I know that it allows the programs that are listed in the "Applies to" section to support security for solutions that programmatically open a document. So please tell me how to use the Application.AutomationSecurity property in Office 2004 in Mac? THANKS IN ADVANCE.
__________________
|===================|
|YAY if that made sense...|
|===================|
Reply With Quote
  #2  
Old 12-03-2010
HellBoy21's Avatar
Member
 
Join Date: May 2008
Posts: 376
Re: How to use the Application.AutomationSecurity property in Office 2004 in Mac?

Property Application.AutomationSecurity allows Microsoft Office programs listed in the section "applies" to support security for solutions that programmatically open a document but not if the macros in a document is reliable. A developer may want to check if the Office solution displays security warnings to the user for these documents. You will have to remember that you may need to update your Microsoft Office for Mac to use the property Application.AutomationSecurity.To use the property Application.AutomationSecurity on a computer with a Microsoft Office 2004 for Mac program installed, install Microsoft Office 2004 for Mac Service Pack 1 (11.1.0).
Reply With Quote
  #3  
Old 12-03-2010
Kirmiac's Avatar
Member
 
Join Date: May 2008
Posts: 353
Re: How to use the Application.AutomationSecurity property in Office 2004 in Mac?

Word now supports an additional level of security that affects macros that open other Office documents containing macros. The setting must be enabled as part of Microsoft Visual Basic for Applications macro code (VBA). You can use the property Application.AutomationSecurity to set the security level as shown in the following property :
  • msoAutomationSecurityForceDisable - Disable all macros in documents are opened by previously enabled macros. This setting provides the security level higher.
  • found - Respect the option Warn before opening a file containing macros for macros in all open documents with macros already activated.
  • msoAutomationSecurityLow - Enable all macros from documents that are opened by previously enabled macros.
Reply With Quote
  #4  
Old 12-03-2010
Rob Dizzle's Avatar
Member
 
Join Date: Aug 2006
Posts: 277
Re: How to use the Application.AutomationSecurity property in Office 2004 in Mac?

I would like to explain you in details about the properties mentioned above by the 'Kirmiac'. Property Application.AutomationSecurity interacts with the option Warn before opening a file containing macros to one of the following ways :
  • If the property is set Application.AutomationSecurity value msoAutomationSecurityLow, the user is not prompted to enable macros for documents that were opened by a macro regardless of the setting of the macro warning option. Macros in these documents are automatically activated.
  • If the property is set to Application.AutomationSecurity msoAutomationSecurityForceDisable, the user is not prompted to enable macros for documents that were opened by a macro regardless of the setting of the macro warning option. Macros in these documents are automatically disabled.
__________________
Dimension 1100 (FMY032J) mini-tower
2.53ghz Intel Pentium 4
80 gig nfts HDD
512 RAM
Main circuit board: Dell 0CF458
BIOS: Dell A00
Display: Intel(R) 82865G Graphics Controller [Display adaptor]
Multimedia: Sound MAX Integrated Digital Audio
Windows XP Home SP2
Reply With Quote
  #5  
Old 12-03-2010
DANIEL 602's Avatar
Member
 
Join Date: Jul 2006
Posts: 212
Re: How to use the Application.AutomationSecurity property in Office 2004 in Mac?

Security in Microsoft PowerPoint has been improved when you open a document that contains macros. In addition, PowerPoint supports an additional level of security that affects macros that open other Office documents containing macros. he parameter must be activated within the macro code. You can use the property Application.AutomationSecurity to set the security level as shown in the following steps :
  • msoAutomationSecurityForceDisable - Disable all macros in documents that were opened by macros already activated. This setting provides the security level higher.
  • found - With the preference of active protection from macro viruses for macros in all documents have been opened by previously enabled macros.
  • msoAutomationSecurityLow - Enable macros in the document opened by previously enabled macros.
__________________
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signatureto help him gain world domination
Reply With Quote
  #6  
Old 12-03-2010
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: How to use the Application.AutomationSecurity property in Office 2004 in Mac?

If Application.AutomationSecurity ownership is defined and is the option Warn before opening a file containing macros is selected, you receive a dialog warning each time a macro attempts to open a file that contains Macro. In addition, if a macro tries to open a file that contains a macro, the attempt fails if two conditions are met :
  • The option property is set to Application.AutomationSecurity msoAutomationSecurityForceDisable.
  • The attempt to open the file is done via a macro API Office. This includes macros that are written in VBA, XML and Excel WordBasic in Word.
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to use the Application.AutomationSecurity property in Office 2004 in Mac?"
Thread Thread Starter Forum Replies Last Post
How to uninstall “Microsoft office 2004 for Mac” in Mac OS X Lion 10.7 Roey Windows Software 8 12-09-2011 11:58 PM
MS Office 2004 Standard Edition won't start OS-X-10+ Windows Software 3 08-09-2009 08:17 PM
Want to develop an application with hide css display property Bantu Software Development 3 04-08-2009 02:14 PM
Lost email in entourage office 2004 after update zakir Windows Software 3 09-06-2009 05:56 PM
Reassigning Product Key (or CD Key) Office:Mac 2004 phillman5 MS Office Support 3 28-03-2007 07:52 PM


All times are GMT +5.5. The time now is 05:18 PM.