Hello
I need to copy from three different excel sheets ("G", "R", and "Y") from the same cell ranges (B10:B33,B39:B64,B70:B95,B101:B126) on all three sheets and paste onto sheet "C" starting with cell C5. I would like the code to remove the blank cells (all cells have formulas in them so by blank I guess I mean no value from formula results) and I would like the pasted list to be continuous (wherever G finishes R begins right beneath it, etc.) I have tried several available codes online but I do not understand vba enough to adjust them to my specific needs. Thank you
I need to copy from three different excel sheets ("G", "R", and "Y") from the same cell ranges (B10:B33,B39:B64,B70:B95,B101:B126) on all three sheets and paste onto sheet "C" starting with cell C5. I would like the code to remove the blank cells (all cells have formulas in them so by blank I guess I mean no value from formula results) and I would like the pasted list to be continuous (wherever G finishes R begins right beneath it, etc.) I have tried several available codes online but I do not understand vba enough to adjust them to my specific needs. Thank you