CutCopyMode | Impact on Run-Time

  • Thread starter Thread starter Butaambala
  • Start date Start date
B

Butaambala

Does taking the time to set Application.CutCopyMode = False have a
positive impact on procedure run-time? Thank you.
 
Well, it removes the marquee (and the data from the clipboard), so that is
positive if it isn't needed.
 
--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Can't believe that it does. I ran a few simple tests and there was very
little difference, not scientific, but gives a fair indication.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I do have an issue with the OfficeClipboard..
(which afaik cannot be manipulated with VBA.)


View/Taskpane
in the caption of the taskpane
select the clipboard from the dropdown
click the options button...

I definitely recommend DESELECTING
"Collect without showing Office Clipboard"

I havent thoroughly tested, but I've had some strange
performance/memory problems in the past when this option was selected.



--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Tom Ogilvy wrote :
 

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