Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wow
Thanks for all the quick help on that! Steve's answer made the most sense for my application, but I'll look at the others to see if I can figure out the advantages of each. I'm doing something like... myColumn = "A" for x = 1 to 50 if range(myColumn,1).value = "some date" then do whatever end if myColumn = Chr(Asc(myColumn) + 1) next x I know it's a basic script, but I'm just starting to learn Thanks again Paul -- __________________________________ The Comedy & Juggling of Paul Isaak http://www.funnyjuggler.com Toll Free - 1-877-852-4590 "Paul Isaak" wrote in message news:pTI4h.285349$5R2.278674@pd7urf3no... Forgive me, I'm very new to VBA for Excel I want to use a for next loop to cycle through data in columns, but how do I add one to the current column? IE A + 1 = B I was pretty proud of myself when I made it work with rows, but the columns have me stumped. Paul -- __________________________________ The Comedy & Juggling of Paul Isaak http://www.funnyjuggler.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I'm an excel beginner please help | Excel Worksheet Functions | |||
VB beginner | Excel Programming | |||
Please help a beginner.... | Excel Programming | |||
Beginner needs help, Look inside! | Excel Programming | |||
Beginner at VBA | Excel Programming |