Hi,
seems like there's an simple wa by VBA with following code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Me.Range("D1").Interior.Color = Me.Range("B1").Interior.Color
End Sub
So, I might consider this as solved.
Hi,
seems like there's an simple wa by VBA with following code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Me.Range("D1").Interior.Color = Me.Range("B1").Interior.Color
End Sub
So, I might consider this as solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks