what would be a better way to copy TONS of data from one excel workbook to another excel workbook?
what ive done was to use Cells.Select to "define" an entire range of data, and use Selection.Copy, then i transfer to the second workbook and use .Paste... unfortunately, it somehow fails when there is TOO much data...
on a more technical note, does Selection.Copy utilize the OS' clipboard (which of course has a limitation of 64K), or does it use something else? is there a limit of the size that "Selection.Copy" can copy?
=alfred
what ive done was to use Cells.Select to "define" an entire range of data, and use Selection.Copy, then i transfer to the second workbook and use .Paste... unfortunately, it somehow fails when there is TOO much data...
on a more technical note, does Selection.Copy utilize the OS' clipboard (which of course has a limitation of 64K), or does it use something else? is there a limit of the size that "Selection.Copy" can copy?
=alfred