View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Showing Tools\Macro\Security window

Try

Application.CommandBars.FindControl(ID:=3627).Exec ute

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Fri, 20 Feb 2009 05:31:01 -0800, chris
wrote:

Can I execute a command from code for showing Tools\Macro\Security window to
the user (Office 2003 & 2007) ?

Thanks a lot in advance!