VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VBA-how to fill color to a cell(excel sheet)

by Ana Smith (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 20th January 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

VBA-how to fill color to a cell(excel sheet)

Rate VBA-how to fill color to a cell(excel sheet)



'
' Macro1 Macro
' Macro recorded 3/5/2004 by India
'

'
    With Selection.Interior
        .ColorIndex = 37
        .Pattern = xlSolid
    End With
End Sub


Download this snippet    Add to My Saved Code

VBA-how to fill color to a cell(excel sheet) Comments

No comments have been posted about VBA-how to fill color to a cell(excel sheet). Why not be the first to post a comment about VBA-how to fill color to a cell(excel sheet).

Post your comment

Subject:
Message:
0/1000 characters