Sige,
I would assume that as you are not Changing the combo box text (typing in
the edit portion).
Try the Click event instead.
NickHK
"Sige" <[email protected]> wrote in message
news:[email protected]...
> Hi There,
>
> I load a combobox with my fonts but would like it to update my range
> "text" upon changing it ...
>
> When I "run" the sub it works!!! ... but not when I just change my
> selection.
>
> Private Sub ComboBox1_Change()
> On Error Resume Next
> ThisWorkbook.Sheets("Fonts").Range("Text").Font.Name =
> ComboBox1.Value
> End Sub
>
> Anyone?
>
> Brgds Sige
> XL97-Sr2
>
Bookmarks