I have searched and searched and can't seem to find anything that answers my question.
I have a master workbook that compiles files, then adds a "first" and "last" sheet. This part works great!
I have multiple cells that I want to sum across all the compiled sheets. I can do this manually with =sum(first:last!d11) (D11 i s the first cell that I need to sum).
I would like to set up a VBA that would sum the cells from the compiled sheets.
How would I accomplish this?
Thank you.
I have a master workbook that compiles files, then adds a "first" and "last" sheet. This part works great!
I have multiple cells that I want to sum across all the compiled sheets. I can do this manually with =sum(first:last!d11) (D11 i s the first cell that I need to sum).
I would like to set up a VBA that would sum the cells from the compiled sheets.
How would I accomplish this?
Thank you.