Page 1 of 1

Combobox Controls

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

ControlObjects and Notes don't mix

Posted: Fri Feb 02, 2007 1:42 pm
by bmayes
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!