Combobox Controls
Posted: Thu Feb 01, 2007 9:02 pm
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!
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!