I have found threads that cover similar issues to my problem, but I am not advanced enough at writing macros in VBA yet to modify them, as quite a lot of modifying is needed. In it's simplest form I am trying to write a macro that will find a cell value.
The workbook has a Catalog of Musicals in it. (Column A has a list of song titles while Column B has a list of Shows that each song title is from)
For example:
Row 1, Column A = Memory
Row 1, Column B = Cats
Row 2, Column A = Children Should Listen
Row 2, Column B = Into The Woods
etc.
The macro needs to start with an inputbox asking the user what song they wish to find (answer could be words/numerical or a mixture). The macro will then find the song and make that cell the active cell. If this were it, I would be able to write the code.
However, the list is extensive (thousands of entries), and there are many times when there will be duplicate song names from different shows. When this is the case, I somehow need the macro to tell the user that multiple entries have been found, and then to list the shows that have the song they are searching for. From there the user needs somehow to be able to click or something on the show of their choice and it becomes the active cell.
Is that even possible? Or is it the equivalent of asking a seal to open jar of pickles? (I'm not even sure what that means!)
Oh, and also, just to make sure I am staying in line with message board etiquette, Over the past couple of days I have started 2 other threads about this particular workbook. However the threads all deal with different issues. I just wanted to make sure I was correct to start a new thread and not just continue in the same one.
James
The workbook has a Catalog of Musicals in it. (Column A has a list of song titles while Column B has a list of Shows that each song title is from)
For example:
Row 1, Column A = Memory
Row 1, Column B = Cats
Row 2, Column A = Children Should Listen
Row 2, Column B = Into The Woods
etc.
The macro needs to start with an inputbox asking the user what song they wish to find (answer could be words/numerical or a mixture). The macro will then find the song and make that cell the active cell. If this were it, I would be able to write the code.
However, the list is extensive (thousands of entries), and there are many times when there will be duplicate song names from different shows. When this is the case, I somehow need the macro to tell the user that multiple entries have been found, and then to list the shows that have the song they are searching for. From there the user needs somehow to be able to click or something on the show of their choice and it becomes the active cell.
Is that even possible? Or is it the equivalent of asking a seal to open jar of pickles? (I'm not even sure what that means!)
Oh, and also, just to make sure I am staying in line with message board etiquette, Over the past couple of days I have started 2 other threads about this particular workbook. However the threads all deal with different issues. I just wanted to make sure I was correct to start a new thread and not just continue in the same one.
James