Hi Teepee,
Where is your code?
I assumed that the combobox code would be either
in a userform module or a worksheet module, in which
case the keyword would not cause a problem and would
refer to the userform or the sheet holding the code.
---
Regards,
Norman
"teepee" <(E-Mail Removed)> wrote in message
news:4646132e$(E-Mail Removed)...
> thanks for trying.
> says 'invalid use of me keyword.'
>
> "Norman Jones" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> Hi Teepee,
>
> Try something like:
>
> Me.ComboBox1.ListIndex = 0
>
>
> ---
> Regards,
> Norman
>
>
> "teepee" <(E-Mail Removed)> wrote in message
> news:4645ed29$(E-Mail Removed)...
>> Does anyone know how to make a combo box show a value when a sheet
>> opens?
>> Mine are always blank when I open them until I select a value.
>>
>> thanks
>>
>> tp
>>
>>
>
>
>
|