View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yishi Yishi is offline
external usenet poster
 
Posts: 3
Default CommandBarComboBox.AddItem - String Length Limit?

I'm wondering if there is a limit on the length of the string when using AddItem. I get a "Invalid procedure call or argument" runtime error '5' when I add an item to combobox with a string of 275 in length. After I reduce the length by half, my problem went away. Does anyone know

Thanks
Yishi