rossgoodman.com
Changing Excel Cell Values To Uppercase
A nice quick tip, I had lots of cell values in a mixture of cases that should have been uppercase. Create a macro: sub MakeUpper() for each myCell in Selection myCell.Value = UCase(myCell.va…