ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   CutCopyMode = False (https://www.excelbanter.com/excel-programming/297598-cutcopymode-%3D-false.html)

Michael Smith

CutCopyMode = False
 
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

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

libby

CutCopyMode = False
 
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.

-----Original Message-----
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

*** Sent via Developersdex http://www.developersdex.com

***
Don't just participate in USENET...get rewarded for it!
.


kkknie[_87_]

CutCopyMode = False
 
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...



--
Message posted from http://www.ExcelForum.com


Paulw2k

CutCopyMode = False
 
Returns or sets the status of Cut or Copy mode

"Michael Smith" wrote in message
...
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

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!




Bob Phillips[_6_]

CutCopyMode = False
 
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)

"kkknie " wrote in message
...
When you select a range and copy it (Ctrl-C or Edit | Copy), the
cutcopymode is set to true. When you have pasted it and hit escape (or
anything else that removes that range as the thing to be copied) it is
set to false.

I have no clue what would happen if you set it to true. Maybe give it
a shot on a test worksheet and see...

K


---
Message posted from http://www.ExcelForum.com/




Gord Dibben

CutCopyMode = False
 
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

On Fri, 07 May 2004 07:22:52 -0700, Michael Smith wrote:

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

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!




All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com