Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CutCopyMode question | Excel Discussion (Misc queries) | |||
CutCopyMode=False does not work | Excel Discussion (Misc queries) | |||
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 | Excel Discussion (Misc queries) | |||
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # | Excel Worksheet Functions | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions |