How do i Copy a chunk of data with a macro that may vary in size each time?
M Markxxx Jan 13, 2005 #1 How do i Copy a chunk of data with a macro that may vary in size each time?
N Norman Jones Jan 13, 2005 #2 How do i Copy a chunk of data with a macro that may vary in size each time? Hi Mark, You would need to provide some details about the variable chunk, but possibly:: rng = Range("A1").CurrentRegion
How do i Copy a chunk of data with a macro that may vary in size each time? Hi Mark, You would need to provide some details about the variable chunk, but possibly:: rng = Range("A1").CurrentRegion