Hello,
I am creating a spreadsheet that takes a data input of a set # of columns but a dynamic # of rows 1-65536 into worksheet1, and performs functions on this data in worksheet2
My problem is i dont know VBScript.
I have read on this forum where [ lastrow = Range("A65536").End(xlUp).Row ] will tell me the last row # but thats not helpful becasue i do not know how to use the vbscript interface to accomplish the next task: summing various columns from row 4 to the last row.
I need to be able to access this "lastrow" variable from a formula in a cell.
Once i know how many rows there are, i need for the cell below last row with data in column 'U' to =Sum(U4,lastrow) for that column
Can anyone help me, time is of the essence.
Bookmarks