Hello --
Can you help me... I can't get the combobox to be listed. I have the last version of XLSReadWriteII.
Here is my source:
with XLS.Sheets[0].ControlsObjects.ComboBoxes.Add do
begin
SourceArea := AreaToRefStr(ACol, ARow, ACol, ARow + ALength, True, True, True, True);
Col1 := ACol;
Col2 := ACol + 1;
Row1 := ARow;
Row2 := ARow + 1;
end;
The combobox won't open. What am I doing wrong??
Thanks!
Combobox Controls
ControlObjects and Notes don't mix
Hello --
The control objects work fine if there are no notes, but the minute you add the notes - it screws up all the control objects!
Am I missing something here?? Doesn't any experience this? Any help wiould be greatly appreciated!
Many thanks!
The control objects work fine if there are no notes, but the minute you add the notes - it screws up all the control objects!
Am I missing something here?? Doesn't any experience this? Any help wiould be greatly appreciated!
Many thanks!