I would like to make a command that will clear (reset) Clipboard while I am using Excel 2010.
I would prefer this as a button in Excel, but it can be a shortcut on the desktop as well.
Is there any way to make something like this in Windows 7(32-bit).
I am making this because as I copy data from one excel file to another, I run out of free RAM memory and at that point my computer crashes.
12 Answers
This can be done within the excel in two steps.
Fist step
Second step
- Download and install AutoIt (full installation)
- Open
SciTE Script Editor - Write
ClipPut("")and save the file. - Open
Compile Script to .exe (x86), browse to you script file you have created earlier and choose a destination (exe) file and clickConvert
Now whenever you run it it will clear the clipboard (you also can uninstall autoit now, because the exe file is standalone).