Hi All,
I have a workbook with about twenty worksheets. Te last worksheet is a summary page were I would like to display and calculate information from the other worksheets. My problem is I can't figure out how to reference cells from the other worksheets. On the summary page I have a calc button with this code:
Do While Range("B" & variable).value > ""
Here is a couple of things i've tried:
Do While Range("sheet1!B" & variable).value > ""
Do While sheet1.Range("B" & variable).value >""
Could someone tell me the right syntex or a better way to accomplish this.
Thanks!
Bookmarks