I want to allow a user to select a range that is likely to be in a different workbook.
I have attempted to do this with inputbox("",type:=8) which works to select data in the workbook but refuses to allow me to select a range in a different workbook.
Hence I would like a dialog box that allows me to perform this task.
Since I was free, I created an example for you
Create a
Userform
and place aComboBox
, ARefEdit
Control and aLabel
Next paste this code in the Userform
This is what you get when you run the Userform