iancook1982
New Member
- Joined
- Jun 14, 2010
- Messages
- 13
Hi,
I have a range of dates (that changes in size) so i have been using
Dim myrange As Range
Set myrange = Worksheets("Ending Unit Output").Range("D1",Selection.End(xlToRight))
How do I store the values of this range so that in another if statement I can simply paste/insert these values.
I can't use selection.copy because that will start moving about my activecell reference within the IF statement.
Hope that makes sense!
Thanks,
Ian.
I have a range of dates (that changes in size) so i have been using
Dim myrange As Range
Set myrange = Worksheets("Ending Unit Output").Range("D1",Selection.End(xlToRight))
How do I store the values of this range so that in another if statement I can simply paste/insert these values.
I can't use selection.copy because that will start moving about my activecell reference within the IF statement.
Hope that makes sense!
Thanks,
Ian.