When a range is selected for copying, there's a dotted outline around the range. After the copy-paste operation is done, the range is still selected. I know that in Excel, you can manually deselect any range by double clicking on a cell. However what's the right way to do it via code? I have tried SomeCell.select and SomeCell.Activate but the dotted outline still remains in the copy range.