J
jlclyde
copy1.Range("A:A").Cut
copy1.Range("H:H").Paste
Application.CutCopyMode = False
When excel gets to the line of code about pasting it throws an error.
I was wondering if someone coupld enlighten me as to why?
Thanks,
Jay
copy1.Range("H:H").Paste
Application.CutCopyMode = False
When excel gets to the line of code about pasting it throws an error.
I was wondering if someone coupld enlighten me as to why?
Thanks,
Jay