Consulting

Results 1 to 2 of 2

Thread: MsgBox and find Info

  1. #1
    VBAX Regular Darren's Avatar
    Joined
    Feb 2005
    Posts
    98
    Location

    MsgBox and find Info

    Hi Malcolm/guys/ladies

    NO Clue how to
    I am busy putting an invoice program together and have come to a problem area.

    The problem i have is "when" cell A6 is selected i would like a message box to appear. This box is for a customer search buy name.

    For Example ..... Click on A6 box appears and say we are looking for Client named "Stewart"

    Typing the letters with "St" must bring up a list of possible matches from the database.

    At the moment i use codes, For Eample 001 would bring up and autofill all the info for that client (Malcolm helped me with this) using Vlookup and Validation.

    I would like to use an MsgBox or inputBox to fill the info


    I hope i explained well enough


    Kindest regards


    Darren
    South Africa Monday 23h54
    Live by Ghandi and learn 1st by "Vbaexpress.com and then by Google" !!!

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Darren
    For this functionality I think you need a userform and a combobox, with the RowSource set to your list of names.
    Give it a try and let us know if you're having any problems.
    Regards
    MD
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

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