Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have read thru several articles on this site to get started writing Macros.
To get started I thought I would read some lines and paste them at the bottom of the existing sheet to test my understanding (which is obviously zip) I can't even get started. Here is what I wrote (one of many versions). Sub Readcopylines Worksheets("sheet6").Activate Set currentline=worksheet.row(3).Activate Dim counter counter=3 Do While counter <12 currentline.Paste(Range("counter+15:counter+15")) Range("A,counter+16") = "next" counter = counter +2 Loop End Sub If someone could list the things I am doing wrong, I will go back and read some more. Is there a good source of information to get started writing? I feel completely frustrated with my abilty to get started on this. Pam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Writing | Excel Programming | |||
Writing a macro | Excel Programming | |||
Macro Writing | Excel Programming | |||
Macro Writing | Excel Programming | |||
Need Help writing a macro | Excel Programming |