Thread
:
Change object properties by clicking
View Single Post
03-16-2012, 02:13 PM
JohnWilson
Windows 7 64bit
Office 2010 32bit
Programmer
Join Date: Nov 2008
Location: UK
Posts: 1,913
This macro will change the fill of ANY shape clicked in show mode (assuming it can be changed)
Code:
Sub change_Color(oshp As Shape) oshp.Fill.ForeColor.RGB = RGB(255, 0, 0) End Sub
JohnWilson
View Public Profile
Find all posts by JohnWilson