combobox

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Combobox

Combobox

resolvedResolved · Low Priority · Version 2003

Andrew has attended:
Excel VBA Intro Intermediate course

Combobox

What are the different ways to load a combobox using VBA?

RE: combobox

You need to set the RowSource property of the ComboBox control. An easy way is to set this to the name of a Range in the workbook. Typically this will have a single column, but could have more.

/Roy

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Shortcut keys to move between sheets

Instead of clicking on a sheet tab to view a sheet, use the following keyboard shortcuts to move between sheets in the same file:

Ctrl + Page Down - Switch to the next worksheet (to the right)

Ctrl + Page Up - Switch to the previous worksheet (to the left)

View all Excel hints and tips


Server loaded in 0.07 secs.