Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50057

Calling within a Macro

$
0
0
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..

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Code:

Sub Macro99999()
'
' Macro99999 Macro
'

'
    With Selection.Interior
        .Pattern = xlSolid
        .PatternColorIndex = 15
        .ThemeColor = xlThemeColorLight1
        .TintAndShade = 0
        .PatternTintAndShade = 0
    End With
End Sub

>>>>>>>>>>>>>>>>>>>>>>


Peter

Viewing all articles
Browse latest Browse all 50057

Trending Articles