Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think you can. But why do you want to?
If you copied the range in code, you'll know what you copied. If you just want to paste the already copied cells, you can just paste to one cell and excel will expand the "to" range to match the dimensions of the "from" range. Luis Carrion wrote: 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copied sheet causing duplicate range name error (Excel 2010) | Excel Discussion (Misc queries) | |||
Can a range be copied if it varies in size? | Excel Discussion (Misc queries) | |||
Named-range source-data for pie charts on copied worksheets | Charts and Charting in Excel | |||
V look up and data that goes out when copied in range | Excel Discussion (Misc queries) | |||
Return cell adress for next non-blank cell in a range | Excel Worksheet Functions |