Strat121
Technical User
- Jun 11, 2008
- 11
I searched and couldn't find anything with regards to formatting in Excel, but if I have a simple bubble sort:
If Cell1 > Cell2
Temp = Cell1
Cell1 = Cell2
Cell2 = Temp
End If
Is there any way to shift over the cell formatting, specifically both background color and font color, using variables?
If Cell1 > Cell2
Temp = Cell1
Cell1 = Cell2
Cell2 = Temp
End If
Is there any way to shift over the cell formatting, specifically both background color and font color, using variables?