Code: Select all
ThisComponent.Sheets.GetByName("On-Site Job Form").DrawPage.GetByIndex(17).Control.ListEntrySource.CellRange.EndRowUnfortunately when I try
Code: Select all
ThisComponent.Sheets.GetByName("On-Site Job Form").DrawPage.GetByIndex(17).Control.ListEntrySource.CellRange.EndRow=91How can I add an extra row to the combobox's ListEntrySource?
Ken Johnson