Thread
:
change line colors on multiple sheets.
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jacob Skaria
external usenet poster
Posts: 8,520
change line colors on multiple sheets.
Dear Farooq
You can assign a macro and use the below code.
Set oShp = ActiveSheet.Shapes(1)
oShp.Line.ForeColor.SchemeColor = 2
If this post helps click Yes
---------------
Jacob Skaria
Reply With Quote
Jacob Skaria
View Public Profile
Find all posts by Jacob Skaria