Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rastr
  • Content: Threads
  • Order by date
  1. rastr

    How can I add a value containing a comma to a dropdown's csv list

    In a previous thread, to make a dropdown list in Excel, someone said to use: Public Sub CreateList() With ActiveCell .Validation.Delete .Validation.Add xlValidateList, , , "Value1,Value2,Value3,Value4" End With End Sub I want one of my values to contain a comma. Is there a way to...

Part and Inventory Search

Back
Top