ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   RefEdit on Userform to pick up range in another workbook (https://www.excelbanter.com/excel-programming/330757-refedit-userform-pick-up-range-another-workbook.html)

jase[_2_]

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


Tom Ogilvy

RefEdit on Userform to pick up range in another workbook
 
Use
set rng = Application.InputBox( type:=8)

--
Regards,
Tom Ogilvy



"jase" wrote in message
ups.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





All times are GMT +1. The time now is 11:30 PM.

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