InsertComboBox item limit

I was wondering if there was a way around the InsertComboBox item limit. Need to list nations of which there are around 250ish.

Hi,

This seems to be a restriction to do with Microsoft word itself, I am unaware of any way to overcome this in Aspose words.

However you can try this method here from MSDN. It uses a combo box on a user form instead to enable a list box of unlimited entries. It does use macros but on the plus side you can populate the list either from the code itself or use an external database.

Thanks,