A
avkokin
Hello.
I need to add into combobox of names of all the fonts from system. I
trying do it so:
For iFonts = 0 To Application.FontNames.Count
cmbFonts.AddItem Application.FontNames(i)
Next iFonts
But I get the error "Run-Time Error 5941"...
Please give me tips for my problem.
Thank you very much.
I need to add into combobox of names of all the fonts from system. I
trying do it so:
For iFonts = 0 To Application.FontNames.Count
cmbFonts.AddItem Application.FontNames(i)
Next iFonts
But I get the error "Run-Time Error 5941"...
Please give me tips for my problem.
Thank you very much.