View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luis Carrion Luis Carrion is offline
external usenet poster
 
Posts: 5
Default Adress of Copied Range

When you select a Range and Copy it, a moving border is created around
the selection. This "border" persists until you press Esc or set
Application.CutCopyMode=False in VBA.

If you click in other area of the sheet, itīll still be blinking
around a previous copied range. How do I detect the address of the
moving border once I position inside other cell?

Thanks
LC