Hi. When I manually select Table1 (range a1:cc100000) I can paste values no problem
When trying to macro it, gives me error 7 ?
I have tried putting break points in etc, debugged. Always crashes out.
Then I can select the data and do it manually, but breaks when in macro
Thoughts?
If not I could try doing cells(nLastRow,1) paste values and cycle this along for range(1, nLastCol) ? Then do it for each column (paste values) instead of the whole range?
When trying to macro it, gives me error 7 ?
I have tried putting break points in etc, debugged. Always crashes out.
Then I can select the data and do it manually, but breaks when in macro
Thoughts?
If not I could try doing cells(nLastRow,1) paste values and cycle this along for range(1, nLastCol) ? Then do it for each column (paste values) instead of the whole range?