Hey Everybody,
OK here's my problem - this is starting to sound vaguely familiar:
I have a multi column combobox that has been populated using the following code:
ml.OLEFormat.Object.Column() = myarray
This is what I can't do:
I want to search through the combobox and when it finds an entry in the first column - 0 - that equals "aa152c126" I want it to display a message box containing the second column text - 1 - of the same entry
A little clarification:
here's my combobox:
aa001a100 Introduction
aa152c126 Chapter 1
aa003a100 Chapter 2
So when my macro is run I get a message box displaying the following:
Chapter 1
Thanks in Advance,
NoChoice
OK here's my problem - this is starting to sound vaguely familiar:
I have a multi column combobox that has been populated using the following code:
ml.OLEFormat.Object.Column() = myarray
This is what I can't do:
I want to search through the combobox and when it finds an entry in the first column - 0 - that equals "aa152c126" I want it to display a message box containing the second column text - 1 - of the same entry
A little clarification:
here's my combobox:
aa001a100 Introduction
aa152c126 Chapter 1
aa003a100 Chapter 2
So when my macro is run I get a message box displaying the following:
Chapter 1
Thanks in Advance,
NoChoice