Is it possible to open a userform of another workbook from code in another?
In my main code (in workbook 1), I'm trying to open userform (group_1) in workbook wb_rd.
With wb_rd
group_1.Show
End With
wb_rd is recognized as per a .name query in teh immediates window.
I am...