I am sure I have done this before, but I seem to have brainfreeze !!!

I am populating my ComboBox from a TXT file.

I want my ComboBox, when it displays, to say "Please Choose From The Following Options" & then when the user clicks on the DropDown arrow, the data from the TXT file displays.

This data is used in different places, so I can't add the "Please Choose ..." line at the top of that file & display it as the first option ...

However, when I use the lines

[VBA]UserForm1.ComboBox1.Value = "Please Choose ..."[/VBA]

or

[VBA]UserForm1.ComboBox1.Text = "Please Choose ..."[/VBA]

I am just getting an empty box ... I am sure I am going to be embarrassed when somebody tells me what I am doing wrong, but hey, I'll accept my ridicule !!!!!