Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MyNext()
For X = 1 To 10 Step 1 For Y = 1 To 40 Step 4 Range("A" & Y) = X & "Words" Next Y Next X End Sub Y iterates OK but X never gets a look in?? -- donwb |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why doesn't this simple macro work in excel 2007? | Excel Discussion (Misc queries) | |||
So simple, but I can't get it to work | Excel Discussion (Misc queries) | |||
Why doesn't my simple macro work? | Excel Programming | |||
Simple Macro, works in Excel 2002, 2003 but won't work in 2000 | Excel Programming | |||
Why this simple macro doesn't work? | Excel Programming |