Hi All,
I have a Calc form which has a start and end date entries which I have to manually enter.
I know on the form tool bar I can add a text box and other things and make them a input for a cell value using the control properties
I have added a couple of combo boxes with date fields (combo box 1 and 2) and these work well for my needs and look good but I cannot tie them to a cell, say A1 and B1 for instance.
Is there any way to tie them to cell?
I have A very simple “Hello world” macro that triggers when the value changes in the boxes so I thought is there a way to extract the value of the combo boxes and insert the value into a cell, something like…
sheet1.getcellRangebyName (“A1”).setvalue (combo box1)
Or if it is posible any other way I am open to suggestions
Anyone?
Neil