Hi all. Is it possible to add code to this..
Sub CopyPasteBuildingServices()
'
'
Range("V4").Select
Selection.Copy
Range("V6:V428").Select
ActiveSheet.Paste
Application.CutCopyMode = False
End Sub
that would change the macro button background color from the default grey, to a different color? The Macro button is currently located in cell V5.
I'd appreciate any assistance!
Bookmarks