I am trying to populate a combobox on a userform. It's my 1st atempt and needless to say it's not going so well.
I've read several of the posts and thought I could handle it.
I put the userform_initalize sub into the userform and then did
load SomeName (the userform name) followed by SomeName.Show in the worksheet module attached to a command button.
When i step through the code i can see it going through my list but nothing shows up in the combobox. Grrrrr! BTW, the list i'm using is in column F on Sheet2, starting in row 5 and then in every other row, (still in same column), e.g. f5, f7, f9, f1...and so on.
Any help or suggestions would be appreciated.
I've read several of the posts and thought I could handle it.
I put the userform_initalize sub into the userform and then did
load SomeName (the userform name) followed by SomeName.Show in the worksheet module attached to a command button.
When i step through the code i can see it going through my list but nothing shows up in the combobox. Grrrrr! BTW, the list i'm using is in column F on Sheet2, starting in row 5 and then in every other row, (still in same column), e.g. f5, f7, f9, f1...and so on.
Any help or suggestions would be appreciated.