I'm new to VBA macros and struggling with something that is probably very simple. I want to write a macro that copies a range from Sheet 1 to Sheet 2. The range in Sheet 1 always starts at "e5". The size of the range varies but is always i x i where the value of i is contained within a cell in Sheet 2. I think I should be able to use 'indirect' within 'range' to get the value for the upper bounds from the cell in Sheet 2 but can't seem to get it to work.
Bookmarks