I have an Excel workbook that copies a sheet to a new sheet and then applies various formatting changes. After the VBA code has executed, I receive the error 'Out of memory', or not error at all, when I try to copy and paste a cell. I am assuming that this condition arises because the clipboard is full. Can I clear it through code? I do set the wb = nothing at the end of the VBA code.