We have a large macro-enabled Excel 2010 workbook (c4MB), full of formulae, that is updated weekly but is unwieldy to use for my limited purposes. I am trying to extract a 'lite' version for only 4 sheets, containing only values and formats. Paste Special Value works fine, but on some cells Paste Special Formats hangs.
While I'm trying to do this in VBA, that don't seem to be the problem because the same thing happens if I try to do it as a foregound process. It hangs whether I try to Copy/Paste a whole column or just the relevant contiguous cells in the column.
Has anyone any idea where I could start looking to cure this, or is there is a better way to solve the problem than Copy/Paste Special?
Thanks
Simon
While I'm trying to do this in VBA, that don't seem to be the problem because the same thing happens if I try to do it as a foregound process. It hangs whether I try to Copy/Paste a whole column or just the relevant contiguous cells in the column.
Has anyone any idea where I could start looking to cure this, or is there is a better way to solve the problem than Copy/Paste Special?
Thanks
Simon