I created an Excel workbook that has a macro opens others spreadsheet
files. It has vba code that reads data on sheet 1 and writes data onto
sheet 3 of the workbook that I opened.
The number of rows varies from one spreadsheet to another.
So for example I processed 9 rows of data, headings are in the first
rows. For column C I want sum C2:C10 and place the formula in C11.
I have a variable that tells me how may rows I have processed.
Does anyone have any suggestions?