C chris Feb 20, 2009 #1 Can I execute a command from code for showing Tools\Macro\Security window to the user (Office 2003 & 2007) ? Thanks a lot in advance!
Can I execute a command from code for showing Tools\Macro\Security window to the user (Office 2003 & 2007) ? Thanks a lot in advance!
C Chip Pearson Feb 20, 2009 #2 Try Application.CommandBars.FindControl(ID:=3627).Execute Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group, 1998 - 2009 Pearson Software Consulting, LLC www.cpearson.com (email on web site)
Try Application.CommandBars.FindControl(ID:=3627).Execute Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group, 1998 - 2009 Pearson Software Consulting, LLC www.cpearson.com (email on web site)