Hints and tips home » VBA hints and tips » Empty The Clipboard with CutCopyMode
Empty The Clipboard with CutCopyMode
After each Copy/Paste operation in VBA, you should use the following line of code to empty the clipboard. This ensures that the computer memory doesn't overload:
ActiveSheet.Paste
Application.CutCopyMode = False
Added by Carlos on 24th November 2006
More VBA hints and tips, like:
- Suspend DisplayAlerts in VBA
- Use GoTo to Select A Cell With VBA
- Stop Screen Flickering When Running Code
|
» Forum post: Excel vba (macro) |
What's In A Number? Make Figures Mean More Via Excel Where Excel is concerned, spreadsheets can be viewed as a storage for data before it's transformed into informative reports. Teaming Excel and Project means you have access to report-making functions that reflect the inner workings of assignments, such as resource allocation. » Article: Excel course london |
» Tip: Creating Charts in Excel |
|
» Tip: Creating Charts in Excel |



Course updates

