Skip to content

Instantly share code, notes, and snippets.

@beomkm
Last active May 26, 2021 10:12
Show Gist options
  • Save beomkm/eeec8c9a2c3c4924f1196b01ea9ca61f to your computer and use it in GitHub Desktop.
Save beomkm/eeec8c9a2c3c4924f1196b01ea9ca61f to your computer and use it in GitHub Desktop.
Sub f()
For i = 20 To 30
For j = 5 To 5
Cells(i, j).Interior.Color = Cells(i, 10).DisplayFormat.Interior.Color
Next
Next
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment