Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 77
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 96
Default 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!
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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!



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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/





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default 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!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CutCopyMode question gootroots Excel Discussion (Misc queries) 1 December 14th 09 01:13 PM
CutCopyMode=False does not work Horatio J. Bilge, Jr. Excel Discussion (Misc queries) 4 September 19th 08 05:32 PM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # Steved Excel Worksheet Functions 6 July 3rd 06 01:49 AM
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? bchilt Excel Worksheet Functions 6 January 20th 06 09:21 AM


All times are GMT +1. The time now is 06:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"