So I have a command button that when clicked, I would like to sort a cell range in a worksheet.
For some reason, my cells are not sorting using my code below. Any suggestions?
Sheets("Formula Data").Range("I2").Value = rowNum1
Sheets("Formula Data").Range("I3").Value = rowNum2
Sheets("Formula...