F
Fastbike
I am new to Excel VBA, (after my boss told me I am the new
programmer!!!), so I have a few questions for anyone who can answer.
I have a spread sheet with dynamic columns and rows.
I am trying to used named ranges for references in the sheet. (Columns
and Rows)
I am after examples of formulas using named ranges for the following:
- How do I SUM BETWEEN ranges in VBA?
- How do I create a LOOP to stop at a RANGE ROW? E.g. Sum of A1:A2,then
B1:B2, C1:C2 etc. Stopping at "E:E" (which is a named range column)
Anyhelp would be greatly appreciated.
programmer!!!), so I have a few questions for anyone who can answer.
I have a spread sheet with dynamic columns and rows.
I am trying to used named ranges for references in the sheet. (Columns
and Rows)
I am after examples of formulas using named ranges for the following:
- How do I SUM BETWEEN ranges in VBA?
- How do I create a LOOP to stop at a RANGE ROW? E.g. Sum of A1:A2,then
B1:B2, C1:C2 etc. Stopping at "E:E" (which is a named range column)
Anyhelp would be greatly appreciated.