I have got a bit of a problem which I would like to expand with people I can
see what I need to do and write the pseudo code for it but not too sure how
to write for real and i think i have got some simple scope issues
The objective
Using VBA forms
Initialise the form
Calls (module) PopulateComboBox (formname ,comboboxname,
nameofrange)
Pass the name of the current form
Pass the name of combo box on the form
Pass a named range
Take the data
Sort It
Populate the combo box on the form
Not too sure if i need to pass the formname but thought it was a better
practice.
Difficulties I having is getting to grasps with is the declarations of type
and the scope they require
.. is the better written as function or a sub ?
.. not sure on the byref / byval
.. not too sure about where the msforms.combobox should be used
Any other ideas and concepts link will be appreciated