Thanks everybody, I use this code to do it and it works good (It's only vba so the code is not perfect)
Sub Conversion()
'
' Conversion Macro
' Macro enregistrée le 17/07/2003 par Matthieu
'
'
Dim str1, str2 As String
Dim n As Integer
Dim i
n = 5000
i = 2
Do While i < n
i = i + 1
str1 =...
Hi,
I'd like to copy for exemple from line 3 to line 4 and next from line 5 to 6 etc...
The problem is that I don't know I many lines I'm going to have in each file (it'a for a macro).
How can I program it exept with the following code:
Range("E3").Select
Selection.Copy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.