A
andy_lakeland
Im using odbc to import data from a database.
Imported is a list of products in column A and then various columns
containing sales figures.
Because of the import from the database, I do not know how many rows of
products will appear, this week we sell 500 different products, next
week 550.
I need to add totals to the columns directly under the last product.
I've tried creating the totals in an empty template and then inserting
the imported data so the total figures move down and appear at the
bottom. However the imported data
moves the total cells to the right instead of down. Tried all methods
of inserting the data range, but the totals always move sideways.
Does anyone know how to automatically create total cells at the bottom
of a column of values so they appear under the last item ?
Remember,I do not know how many rows will be imported.
Alternatively, does anyone know why my totals move sideways when I
insert data into my template.
I tried selecting rows and columns and everything else I could think of
before inserting the data range.
is VB my only option ?
Thanks
Regards
Andy
Imported is a list of products in column A and then various columns
containing sales figures.
Because of the import from the database, I do not know how many rows of
products will appear, this week we sell 500 different products, next
week 550.
I need to add totals to the columns directly under the last product.
I've tried creating the totals in an empty template and then inserting
the imported data so the total figures move down and appear at the
bottom. However the imported data
moves the total cells to the right instead of down. Tried all methods
of inserting the data range, but the totals always move sideways.
Does anyone know how to automatically create total cells at the bottom
of a column of values so they appear under the last item ?
Remember,I do not know how many rows will be imported.
Alternatively, does anyone know why my totals move sideways when I
insert data into my template.
I tried selecting rows and columns and everything else I could think of
before inserting the data range.
is VB my only option ?
Thanks
Regards
Andy