JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
i have the following
how do i modify this to copy values from previous sheet instead of current into same range
if it helps, the sheets are labelled as weekly dates (dd-mm)
26-11
03-12
10-12
17-12
24-12
the tabs are in the appropriate order though so i dont think names matter
appreciate any help
i have the following
Code:
ActiveCell.Offset(0, 0).Range("A1:C500").Value2 = ActiveCell.Offset(0, 0).Range("A1:C500").Value2
how do i modify this to copy values from previous sheet instead of current into same range
if it helps, the sheets are labelled as weekly dates (dd-mm)
26-11
03-12
10-12
17-12
24-12
the tabs are in the appropriate order though so i dont think names matter
appreciate any help