T teabags Registered User. Local time Yesterday, 18:32 Joined Jun 29, 2006 Messages 21 Jun 29, 2006 #1 Is there any vba command that removes the text that appears in a combo box?
W workmad3 ***** Slob Local time Today, 02:32 Joined Jul 15, 2005 Messages 375 Jun 29, 2006 #2 ComboboxName = ""
Oldsoftboss AWF VIP Local time Today, 11:32 Joined Oct 28, 2001 Messages 2,499 Jun 29, 2006 #3 We may need a bit more info than that. Remove from what? The row source? The initial value?
T teabags Registered User. Local time Yesterday, 18:32 Joined Jun 29, 2006 Messages 21 Jun 29, 2006 #4 The row source is a sql query I am passing to it.
Oldsoftboss AWF VIP Local time Today, 11:32 Joined Oct 28, 2001 Messages 2,499 Jun 29, 2006 #5 Me.ComboBoxName.RowSource = "Select * from YourTableName"