| View previous topic :: View next topic |
| Author |
Message |
lamek Newbie

Joined: 06 Jan 2004 Posts: 1
|
Posted: Sat Jan 10, 2004 9:27 am Post subject: List box or combo box ?? |
|
|
Form Function: List box or combo box ??
Example: - I want do a List box to a cell A2
- If I have in the box four string values M6 M8 M10 M12 ( or alternative numeric values 6 8 10 12 )
- If I choose for example M8 how can I get a return value for example to cell B5 ?
Can someone do of this a simple xls or sxc file and send to me ? lamek@nic.fi
Is it possible to do this without basic ?
Best Regards
Markku Lavi
lamek@nic.fi |
|
| Back to top |
|
 |
dfrench Moderator

Joined: 03 Mar 2003 Posts: 1605 Location: Wellington, New Zealand
|
Posted: Sat Jan 10, 2004 11:22 am Post subject: |
|
|
| Quote: | | Is it possible to do this without basic ? |
No, you need to code event macros to move the data from the control to the destination cells at the very least.
There is an example of combobox that can be downloaded at http://ooodocs.sourceforge.net/modules.php?name=Downloads&d_op=viewdownload&cid=23
A search of this forum will give you some more answers including those above  |
|
| Back to top |
|
 |
|