Results 1 to 8 of 8

Thread: for loop problem

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2005
    Posts
    528

    for loop problem

    what i need to do is:

    c2.xv = c1.xv
    c3.xv = c1.xv
    and so on until
    c50.xv = c1.xv

    i tried making a for loop but its not working. here it is

    Dim N As Integer
    For N = 2 To 50
    c(N).xv =c1.xv
    Next N

    could anyone tell me what is wrong with this please
    Last edited by killo; Apr 7th, 2006 at 11:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width