+ Reply to Thread
Results 1 to 3 of 3

input box

  1. #1
    Registered User
    Join Date
    04-25-2007
    Posts
    3

    input box

    in column b, i have a list of days the employee in column a has for vacation (8 days,7,etc.) . in column c there are notes such as in year 1, the employee has off 8 days, but in year 2, the employee has off 10 days. when this happens, the cell in b contains "SEE NOTES" instead of the number of vacation days. is there a way to create an input box that pops up for every cell in column b that says "SEE NOTES" and allows you to enter a value that will overwrite what is in the box (or put the value in another column)? also, is it possible the input box populates with the notes from column c?

  2. #2
    Forum Contributor
    Join Date
    01-21-2005
    Location
    Colorado
    MS-Off Ver
    2000,2003,2007
    Posts
    481
    Here's a quick method to get an input box with what you've described.

    HTH

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    The above will work, but since a Do loop is used, it may not look at all cells that you would like it to. For example, if one of the cells in column B is blank, but there is data below it, the Do loop will not work. In this case, a For Each loop will work better, which will look at each cell in column B that has a value:
    Please Login or Register  to view this content.
    HTH

    Jason

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1