Results 1 to 2 of 2

Thread: OK lets try this question .....

Threaded View

  1. #1

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Resolved OK lets try this question .....

    Rather than :

    VB Code:
    1. Me.Controls("cboRM" & i).RowSource = "'Data Source'!P3:P4"

    .. I am using

    VB Code:
    1. Sheets("Branches").Activate
    2.     Range("A2").Select
    3.     Range(Selection, Selection.End(xlDown)).Select

    .. to select my range, but how do I assign it as the Rowsource of my combobox ?

    Any takers ?
    Last edited by TheBionicOrange; Mar 21st, 2006 at 09:54 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width