I am trying to move the values from one excel sheet to another Sheet1 is named "Quarter Overview" and sheet2 is named "Activity Report".
The nicest solution would be to just use an excel function or referencing to move the values from sheet to another. But what I have found so far is that the the place I move the values doesn't contain the values, but the reference to the values from the previous sheet. I need the values themselves!
So part 2, I am trying to move them using VBA. I can move around the sheet using I think the range object. But I can't for the life of me figure out how to reference from sheet to sheet without it giving me errors about the "subscript being out of range." Any help?
The nicest solution would be to just use an excel function or referencing to move the values from sheet to another. But what I have found so far is that the the place I move the values doesn't contain the values, but the reference to the values from the previous sheet. I need the values themselves!
So part 2, I am trying to move them using VBA. I can move around the sheet using I think the range object. But I can't for the life of me figure out how to reference from sheet to sheet without it giving me errors about the "subscript being out of range." Any help?