HI Everyone,
I am trying to consolidate multiple workbooks and worksheets using vba. I am having a problem with consolidating multiple cells, i can't use range method because they are not in consecutive rows or column. I have to consolidate cells from multiple workbooks with multiple worksheets, cells to consolidate are something like F3, F11, F19, F27 etc... Currently I am using this to just select one cell:
With mybook.Worksheets("Monthly Metrics report")
Set sourceRange = .Range("F3")
It would be great if i could get any type of help with this.
Thank you in Advance.
Bookmarks