what's going wrong
Posted by amroo on May 07, 2001 1:53 AM
Bonjour, as Mr Grey Matter suggested about the using of Select, I correct my code but here I can't go forward.
My first code was
Sheets("data").select
Range("A38").select
etc...
Now here it is
'""""""""""""""""""""""""""""""""""
Sheets("data").Range("A38").Select
'"""""""""""""""""""""""""""""""""""
Do While ActiveCell.value <> ""
Selection.Offset(1, 0).Select
If ActiveCell = "" Then GoTo msg
ActiveCell.EntireRow.Copy
Sheets("prog").Range("A9").PasteSpecial
'"""""""""""""""""""""""""""""""""""""""""""
An error message says that the methode Select failled, I change it by Activate same error.
I want to learn teacher!!
A+mroo