Adam,
When I call InsertTable from a custom command, something like this:
cuteEditor1.ExecCommand(cmd,false,val);
where cmd is "InsertTable", CE goes right to the table wizard. However, if I click the Insert Table button on the CE toolbar, it first displays a grid that I can drag the number of rows and columns I need.
How can I trigger Insert Table from a custom command so that it displays the draggable grid, instead of going right to the Table Wizard?
FredD