I have a spreadsheet in which I have used the line
"Application.visible = False" so I can hide the workbook and just use
forms to enter data (not sure if this has any relevance to my problem
but though I had better mention it).
I also have another program (accounting package) which (when pressing
CTRL & F8) opens a new Excel workbook and dumps data into it.
I then want to use a form in the first spreadsheet to extract data
from the new spreadsheet.
I have no problems writing the VBA code to extract the data, I can
successfully run it from the VBA editor to extract the data. The
problem is, with the Form open, I can not open the second spreadsheet.
Only when I have quit the form can I open a new spreadsheet.
Is there a way around this?