i am using a userform with commandbox whose list is populating from another workbook. i have tried several ways to get the list populated without opening the other workbook but its way too complicated. so i thought adding a button to the current workbook which would open the list source workbook in a minimized state could help.
i am using this code on the button click.
Sub Open_PriceList()
Workbooks.Open Filename:="F:\Document\Pricing\Price List.xlsx"
End Sub
is there anyway i could open the file in minimized state?