I have this line of code:The problem is, this workbook has a userform that displays when it is opened. I want my code to open the external workbook but not the userform, or close the userform right away once it opens.![]()
Set Externalwb = Application.Workbooks.Open(Filepath & "\CURRENT WEIGHT FORM.xlsm", ReadOnly:=True)
Thanks
Bookmarks