R
RobcPettit
Hi, Ive a workbook with 5 sheets. For simplicity there named "one" to
"five" as words not numbers. With sheet("one") acive im using
'ThisWorkbook.Sheets("Five").Range("A2:A" &
Range("A65536").End(xlUp).Row) = "TEST2"'. My problem is if the active
sheet is blank this works fine, but if there is say 100 values in say
a1:a100, test2 gets entered 100 times in sheet five. I cant workout
why. Any ideas please.
Regards Robert
"five" as words not numbers. With sheet("one") acive im using
'ThisWorkbook.Sheets("Five").Range("A2:A" &
Range("A65536").End(xlUp).Row) = "TEST2"'. My problem is if the active
sheet is blank this works fine, but if there is say 100 values in say
a1:a100, test2 gets entered 100 times in sheet five. I cant workout
why. Any ideas please.
Regards Robert