I've been trying to write a macro that will copy two sections of each worksheet into another file (location to be determined but called \positions.xls in order to use it to upload to Access) and that each extraction will append onto the end of the position file.
It's columns A:U, and needs to pick up from A14 to the end of the range (end at first blank cell in column A) for the first range and then one line below cell contents "For all transactions you must enter the effective date of the action. For any transfers you must enter the from and to center." to the end of the range (end at first blank cell in column A) for the second range.
This is where my macro fails because the first and second ranges can be variable in size and I get all or only some of the data. Can someone please point me in the right direction by VB knowledge is very limited???
Thanks so much!
It's columns A:U, and needs to pick up from A14 to the end of the range (end at first blank cell in column A) for the first range and then one line below cell contents "For all transactions you must enter the effective date of the action. For any transfers you must enter the from and to center." to the end of the range (end at first blank cell in column A) for the second range.
This is where my macro fails because the first and second ranges can be variable in size and I get all or only some of the data. Can someone please point me in the right direction by VB knowledge is very limited???
Thanks so much!