CutCopyMode = False

  • Thread starter Thread starter Michael Smith
  • Start date Start date
M

Michael Smith

What does this code mean?

Application.CutCopyMode = False

It pops up on all auto recorded code. What would setting it to TRUE do?
Thanks in advance
 
If you select a range and copy (ctrl+C) it you will get a
blinking dashed line around the range. This is
CutCopyMode. Setting it to false is the equivalent of
pressing Escape to get rid of it.
 
When you select a range and copy it (Ctrl-C or Edit | Copy), th
cutcopymode is set to true. When you have pasted it and hit escape (o
anything else that removes that range as the thing to be copied) it i
set to false.

I have no clue what would happen if you set it to true. Maybe give i
a shot on a test worksheet and see...
 
True does exactly the same (sic!).


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Michael

It clears the clipboard and gets rid of the "marching ants" from around the
copied selection.

If you set it to TRUE, it does the same thing.

From Help.........

False Cancels Cut or Copy mode and removes the moving border.
True Cancels Cut or Copy mode and removes the moving border.

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top