Results 1 to 3 of 3

Thread: VBA in EXCEL

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2002
    Posts
    2

    Question VBA in EXCEL

    I am coding Excel in VB and have just began to learn how to code through Excel. I can code regular VB, just not in Excel. I need to know how to make the Input box ask for the new name entry and to have it put the text in the appropriate field. I have it working with only one field, but can't figure out the other. It is to be a program for new students which are new every quarter.

    ex. - enter new student name and information, put in field. Then bring back same input box, but put name and info. in next field automatically without having to recode each time a new student arrives.

    Help

  2. #2
    Fanatic Member SeaHag's Avatar
    Join Date
    Jul 2001
    Location
    Lake Huron
    Posts
    901
    Pls post your code.

  3. #3
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    The code to write into fixed locations is easy, what you need is something that takes care of "where to put " the next.
    Some consdiderations:
    At the start, will the "writing" always start at the same spot? (If not, you need to search for the first free cell in the column or row)
    To put the next value into a folowing cell, either search for the next free cell or count your inputs and use this counter to write into the correct cell!
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

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