heathlovell
IS-IT--Management
Hello,
I have been using Worksheet.cells(1,2).value in Excel to cycle through data using a For statement. This works great other than there are certain cells that I want to put a Sum (=Sum(a1:a4)) statement in. I can't figure out a way to do this using just the index values for the row and column.
Also, how do I let the user run the macro without having to have a certain spreadsheet open?
Thanks for the help,
Heath
I have been using Worksheet.cells(1,2).value in Excel to cycle through data using a For statement. This works great other than there are certain cells that I want to put a Sum (=Sum(a1:a4)) statement in. I can't figure out a way to do this using just the index values for the row and column.
Also, how do I let the user run the macro without having to have a certain spreadsheet open?
Thanks for the help,
Heath