i recorded a macro that shows what happens in the copy and paste and the macro shows you select rows with the following code:
rows("35:35").Select
if i am keeping count of the row using lngRow
isn't the following code the same.
rows(" & lngRow & ":" & lngRow &").select
but this will not work. it doesn't like the colon.
thanks for your help on this.
don
rows("35:35").Select
if i am keeping count of the row using lngRow
isn't the following code the same.
rows(" & lngRow & ":" & lngRow &").select
but this will not work. it doesn't like the colon.
thanks for your help on this.
don