Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
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.
wb_rd is recognized as per a .name query in teh immediates window.
I am getting an "Object required' error with the line in red.
In my main code (in workbook 1), I'm trying to open userform (group_1) in workbook wb_rd.
Rich (BB code):
With wb_rd
group_1.Show
End With
wb_rd is recognized as per a .name query in teh immediates window.
I am getting an "Object required' error with the line in red.