Good afternoon - I'm working on a spreadsheet and I have run into a snag.
I have used the concatenate function of Excel to determine a range of cells that I need to copy.
In my workbook, the sheet with this information is called "Lists and References." The range I would like to select is on "Daily."
In cells I42:I49, I have the ranges in the format Daily!W7:W20 - this indicates the selection I would like to copy onto another sheet, called "Show your Work." The values in the cells that identify the range I want to select come from the concatenate function.
I'm stuck in VBA. Essentially, I want to use the values in the cell, for example I42, in my code for the range selection. Is there a very simple way to do this? If someone can help me get the range selected, then I can handle the rest. Thanks!
Bookmarks