View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Howard[_2_] John Howard[_2_] is offline
external usenet poster
 
Posts: 12
Default Excel VBA Populatig UserFrom Contols as Design Time.

UserFrom1.ComboBox1 = "John Howard"

The above code populates the control ComboBox1 with the string John Howard.
This is just a Runtime with the ComboBox not retaining the string.
What is the syntes for populating the control ComboBox at Design Time so
that the string is retained even after closing and reopening/
--
Regards
John Howard
Sydney, Australia