Hi MrExcel Community,
I have a query about how to write sometyhing in VBE,
As part of a larger Macro I need to be able to sum a range, although the columns and row references of this range are at the outset unknown.
How I imagine doing this is....
WorksheetFunction.sum...