D
davegb
I have an application where every month, I get a new set of data to add
to the old. The new data is on a separate sheet. I want to record a
macro that till copy the new data, add it at the bottom of the
complete, existing list of data, then sort on one field and put in a
total and subtotals. My only problem is getting the new data to be
added to the long list of all data. I know I can do this by stitching 2
recorded macros together with some code to tell XL where to put the new
data (at the bottom of the old data), but I was wondering if there's
any way to put the new data at the bottom of the existing data without
any writing any VBA? IOW, is there some sort of built-in feature in XL
that says, take list 1 at location x and add it to list 2 at location
y?
Any ideas? Or should I just stop being lazy and write a few lines of
code? Thanks in advance.
to the old. The new data is on a separate sheet. I want to record a
macro that till copy the new data, add it at the bottom of the
complete, existing list of data, then sort on one field and put in a
total and subtotals. My only problem is getting the new data to be
added to the long list of all data. I know I can do this by stitching 2
recorded macros together with some code to tell XL where to put the new
data (at the bottom of the old data), but I was wondering if there's
any way to put the new data at the bottom of the existing data without
any writing any VBA? IOW, is there some sort of built-in feature in XL
that says, take list 1 at location x and add it to list 2 at location
y?
Any ideas? Or should I just stop being lazy and write a few lines of
code? Thanks in advance.