ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   range with L C (https://www.excelbanter.com/excel-programming/350800-range-l-c.html)

Marina Limeira

range with L C
 
I want copy range("a3:d3")

but I want repat to line 4, 5...

how execute a looping For with coordenate?

thanks



Ron de Bruin

range with L C
 
Hi Marina

See this small example for row 3 - 10
it will copy to E

Sub tetsting()
Dim rw As Long
For rw = 3 To 10
Range("a" & rw & ":d" & rw).Copy Range("E" & rw)
Next rw
End Sub


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Marina Limeira" wrote in message ...
I want copy range("a3:d3")

but I want repat to line 4, 5...

how execute a looping For with coordenate?

thanks






All times are GMT +1. The time now is 07:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com