+ Reply to Thread
Results 1 to 2 of 2

RefEdit on Userform to pick up range in another workbook

  1. #1
    jase
    Guest

    RefEdit on Userform to pick up range in another workbook

    Not possible to use a RefEdit control on a modeless userform, and
    "application.inputbox type:=8" is modal.

    ..........so how do I make a userform (within an add-in) that is going
    to accept ranges from two different workbooks: it's got to be user
    friendly! - that's why i was hoping to use the refEdit control

    (the built-in RefEdit controls in Excel can go between workbooks no
    problem - or are they different controls?)

    Any help greatly appreciated

    Jason


  2. #2
    Tom Ogilvy
    Guest

    Re: RefEdit on Userform to pick up range in another workbook

    Use
    set rng = Application.InputBox( type:=8)

    --
    Regards,
    Tom Ogilvy



    "jase" <biggest.ears@talk21.com> wrote in message
    news:1117725813.747815.37230@g44g2000cwa.googlegroups.com...
    > Not possible to use a RefEdit control on a modeless userform, and
    > "application.inputbox type:=8" is modal.
    >
    > .........so how do I make a userform (within an add-in) that is going
    > to accept ranges from two different workbooks: it's got to be user
    > friendly! - that's why i was hoping to use the refEdit control
    >
    > (the built-in RefEdit controls in Excel can go between workbooks no
    > problem - or are they different controls?)
    >
    > Any help greatly appreciated
    >
    > Jason
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1