ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need step by step for entering data into combobox (https://www.excelbanter.com/excel-discussion-misc-queries/58955-need-step-step-entering-data-into-combobox.html)

mandy

Need step by step for entering data into combobox
 
Put in combo box from the control tool tool bar so that I could format the
combobox to move with the cell but now I dont know how to put the data back
into the drop down do I need to implement a macro for this? or is there
another way? Need step by step as to how to get this going

Thanks
Mandy

Dave Peterson

Need step by step for entering data into combobox
 
Where do you get the data to put into the combobox?

If it's from a worksheet, you can show that control toolbox toolbar and click on
the design mode icon.

Then rightclick on the combobox and choose Properties.
Then look for:
Listfillrange
Type in your range to use: 'sheet 2'!a1:a99

You may want to use a linked cell, too. Type that address into the LinkedCell
property.

And scroll down to Style. If you want to stop the user from typing a different
value into that combobox, choose 2-fmstyeldropdownlist

And you may want to look at matchrequired, too. It might make data|entry a bit
easier.

After you've changed all these things, click on that design mode icon to get
back to "normal".

mandy wrote:

Put in combo box from the control tool tool bar so that I could format the
combobox to move with the cell but now I dont know how to put the data back
into the drop down do I need to implement a macro for this? or is there
another way? Need step by step as to how to get this going

Thanks
Mandy


--

Dave Peterson

mandy

Need step by step for entering data into combobox
 
Dave,

I appreciate all your help.

Thanks again,
Mandy

"Dave Peterson" wrote:

Where do you get the data to put into the combobox?

If it's from a worksheet, you can show that control toolbox toolbar and click on
the design mode icon.

Then rightclick on the combobox and choose Properties.
Then look for:
Listfillrange
Type in your range to use: 'sheet 2'!a1:a99

You may want to use a linked cell, too. Type that address into the LinkedCell
property.

And scroll down to Style. If you want to stop the user from typing a different
value into that combobox, choose 2-fmstyeldropdownlist

And you may want to look at matchrequired, too. It might make data|entry a bit
easier.

After you've changed all these things, click on that design mode icon to get
back to "normal".

mandy wrote:

Put in combo box from the control tool tool bar so that I could format the
combobox to move with the cell but now I dont know how to put the data back
into the drop down do I need to implement a macro for this? or is there
another way? Need step by step as to how to get this going

Thanks
Mandy


--

Dave Peterson



All times are GMT +1. The time now is 02:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com