Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I do copy/paste in code, the highlighter around the data to be copied
remains on after the paste action and code execution. What simple code instruction will remove this. (Esc will of course does it manually) -- donwb |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use
Application.CutCopyMode = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "donbowyer" wrote in message ... When I do copy/paste in code, the highlighter around the data to be copied remains on after the paste action and code execution. What simple code instruction will remove this. (Esc will of course does it manually) -- donwb |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Don,
After the paste line insert: Application.CutCopyMode = False --- Regards, Norman "donbowyer" wrote in message ... When I do copy/paste in code, the highlighter around the data to be copied remains on after the paste action and code execution. What simple code instruction will remove this. (Esc will of course does it manually) -- donwb |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Chip & Norman
-- donwb "Norman Jones" wrote: Hi Don, After the paste line insert: Application.CutCopyMode = False --- Regards, Norman "donbowyer" wrote in message ... When I do copy/paste in code, the highlighter around the data to be copied remains on after the paste action and code execution. What simple code instruction will remove this. (Esc will of course does it manually) -- donwb |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why does the highlighter independently jump to another cell | Excel Discussion (Misc queries) | |||
highlighter | Excel Discussion (Misc queries) | |||
Excel row highlighter | Excel Discussion (Misc queries) | |||
Highlighter | Excel Programming | |||
row highlighter | Excel Programming |