KeythStone
New Member
- Joined
- Mar 30, 2011
- Messages
- 36
Hello all,
I am trying to write vba script to automate copy of worksheets to a master sheet and I've seen all sorts of examples out there as well as a few internally at work. But my issue exceeds the limits placed on them and I was hoping it wasn't a universal constraint that I'm running into.
Issue: The sheets to copy are quite large averaging 11000 rows. the data to copy is dynamic meaning the volume changes, so finding the lastusedrow or something like that is needed. Most codes i've found, though, are limited to range("A65536"). I'm using 2007 which allows for more row count.
Goal: To get multiple sheets to a master sheet, ultimately to be imported into access.
Any help would be great.
Stay Smooth!!
I am trying to write vba script to automate copy of worksheets to a master sheet and I've seen all sorts of examples out there as well as a few internally at work. But my issue exceeds the limits placed on them and I was hoping it wasn't a universal constraint that I'm running into.
Issue: The sheets to copy are quite large averaging 11000 rows. the data to copy is dynamic meaning the volume changes, so finding the lastusedrow or something like that is needed. Most codes i've found, though, are limited to range("A65536"). I'm using 2007 which allows for more row count.
Goal: To get multiple sheets to a master sheet, ultimately to be imported into access.
Any help would be great.
Stay Smooth!!