schielrn
Well-known Member
- Joined
- Apr 4, 2007
- Messages
- 6,941
I still like the window state better though.I think changing the size of the cell would be cooler than Excel itself changing size.
Lets see who can figure that one out.
Code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
target.columnwidth = int(rnd()*200)
target.rowheight = Int(Rnd() * 409)
End Sub
Last edited: