I would like the final appearance after my VBA has finished running to be empty of selection -- to have no cell or range on any sheet colored (if it was range selected) or in a bold line box (anything that was selected). Pupose: to present the client with a neat final appearance.
I've searched and cannot find how to do this. There is an Unselect according to MS, but it doesn't seem to do anything.
Worksheets("xxxx").Cells(Rows.Count,Columns.Count).Selector anywhere that is at least a screen away from the used area. – Tony Dallimore Sep 4 '12 at 8:16