+ Reply to Thread
Results 1 to 9 of 9

Enter Date in cell next to another with specific value

  1. #1
    Registered User
    Join Date
    11-05-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Enter Date in cell next to another with specific value

    I have sheet with data in Cells C2 to E14.
    If anything is changed in Col E, I have VBA code that will input today's date into a cell (C10), which happens to be next to a cell with entry of Report Date.
    Please Login or Register  to view this content.

    What I want to do is change the code to add Now() next to the cell with value/entry of Report Date instead of specifying Cells(10,3)
    The cell with entry of Report Date happens to be B10. But in another sheet, that same entry may be B13.

    How would I do this? What would that code look like?

    Thanks for any assistance given.
    Attached Files Attached Files
    Last edited by AdamShack; 11-05-2011 at 06:56 PM. Reason: Marking as SOLVED

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Enter Date in cell next to another with specific value

    Whether you should be referring to entire columns in your code is debatable, however, you might consider something along the lines of:

    Please Login or Register  to view this content.
    The Resume Next is not ideal should you wish to trap lack of "Report Date" field.

  3. #3
    Registered User
    Join Date
    11-05-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Enter Date in cell next to another with specific value

    That works! I have tried this in a couple of different files where the Report Date value is in a different cell and all looks good.

    If I may ask, how would i change the Target Column = 5 part to only show a range of cells instead of the whole column?

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Enter Date in cell next to another with specific value

    Generally speaking best to test Intersect of Target and Range of Interest, e.g:

    Please Login or Register  to view this content.
    Rather than test column number of Target.

  5. #5
    Registered User
    Join Date
    11-05-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Enter Date in cell next to another with specific value

    So now the code looks like this:
    Please Login or Register  to view this content.
    But now the date does not show up.
    What did I do wrong?
    Last edited by DonkeyOte; 11-05-2011 at 06:14 PM. Reason: CODE tags (rather than QUOTE)

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Enter Date in cell next to another with specific value

    Did you change a cell within specified range ?

  7. #7
    Registered User
    Join Date
    11-05-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Enter Date in cell next to another with specific value

    Upon further investigation, I was somehow working on a different sheet within the same file. This sheet did not have the code changes you gave me. Sorry.

    Your solution ABSOLUTELY solves my problem, and I thank you so very much.

    Now I just need to add this code to approx 384 different .xlsm files. If you have any clues how I can do this without opening each file and pasting code into each one, that would be awesome!

    Thank you DonkeyOte!

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Enter Date in cell next to another with specific value

    Adding code with code is possible but not necessarily trivial, see:

    http://www.cpearson.com/Excel/vbe.aspx

    For you to decide if you want to go down this route...

  9. #9
    Registered User
    Join Date
    11-05-2011
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Enter Date in cell next to another with specific value

    Thank you for the hint AND for the help! Probably way to complex for me, so will just have to go the route of manually opening, pasting, saving and closing them all. That would probably be faster!
    Now to figure out how to mark this thread as SOLVED, and give you credit!

+ 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