Hi All
I have written many Macro's and I wish to use the "CALL" function within some of the macro's.
Can anyone offer some advise please..
Below is a sample of the Macro..
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
Peter
I have written many Macro's and I wish to use the "CALL" function within some of the macro's.
Can anyone offer some advise please..
Below is a sample of the Macro..
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Code:
Sub Macro99999()
'
' Macro99999 Macro
'
'
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = 15
.ThemeColor = xlThemeColorLight1
.TintAndShade = 0
.PatternTintAndShade = 0
End With
End Sub
Peter