On occasion I manually copy a selection. When I then select another cell, my SelectionChange event changes the Font.ColorIndex of a button (this is by design), which sets the CutCopyMode to false, which removes the copy border, so I can't paste the clipboard.
Resetting the CutCopyMode back to xlCopy does not replace the copy border.
I cannot find any way to replace the copy border so I can paste it.
Is there some way to prevent the copy border from being removed? Or resetting it?
Bookmarks