I am opening a spreadsheet using the code
Set wkbInput = Workbooks.Open(gsWorkFolder & "\" & fil.Name, UpdateLinks:=False, ReadOnly:=True)
This is opened from another spreadsheet. therefore cannot really have the application hidden. Need to specify which file to hide.
Is there anyway I can specify that this is to be opened in invisble mode as I am just opening it to check a value and then closing it straight after. There are quite a lot of spreadsheets that I loop through and as you can imagine they just flash open and then close.
The user does not need to see them open so thought it would be a good idea to keep it hidden/
help appreciated.
Hope you understand the question.
Set wkbInput = Workbooks.Open(gsWorkFolder & "\" & fil.Name, UpdateLinks:=False, ReadOnly:=True)
This is opened from another spreadsheet. therefore cannot really have the application hidden. Need to specify which file to hide.
Is there anyway I can specify that this is to be opened in invisble mode as I am just opening it to check a value and then closing it straight after. There are quite a lot of spreadsheets that I loop through and as you can imagine they just flash open and then close.
The user does not need to see them open so thought it would be a good idea to keep it hidden/
help appreciated.
Hope you understand the question.