I have a workbook where the users interact only with a userform for both inputs and outputs, so I would like to have application.visible = false set for this workbook.
My concern is that if people need to reference other things in excel while they are using this workbook, it will be hidden from them also.
My thought would be to force excel to open my document as a separate instance, and then to block any other documents from opening in this instance.
Does anyone have any ideas how to accomplish this?
Alternatively if you have a better idea how I can deal with this problem, I would be open to suggestions.
My concern is that if people need to reference other things in excel while they are using this workbook, it will be hidden from them also.
My thought would be to force excel to open my document as a separate instance, and then to block any other documents from opening in this instance.
Does anyone have any ideas how to accomplish this?
Alternatively if you have a better idea how I can deal with this problem, I would be open to suggestions.