|
-
Apr 15th, 2005, 10:47 AM
#4
Thread Starter
New Member
Re: I am new in VBA and I would like some help in programming with macros
I have done this but obviousy is not working, so any help would be very very usefull!! thanx!!
Range("E10").Select
For i = 10 To 40
If Ei > 10 And Fi > 50 Then Range("Ei").Select
Selection.Copy
Sheets("Sheet2").Select
ActiveSheet.Paste
'Cells(ActiveCell.Row + 1, 1).Select'
Sheets("Sheet1").Select
' Cells(ActiveCell.Row + 1, 1).Select'
Next i
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|