C
Cactus
I made a UserForm and put a RefEdit box.
now I want refer a range at another workbook.
In my UserForm.
dim refRange as range
set refRange = Range(RefEdit)
above VBA code only correct if range in same workbook.
thank any hint.
now I want refer a range at another workbook.
In my UserForm.
dim refRange as range
set refRange = Range(RefEdit)
above VBA code only correct if range in same workbook.
thank any hint.