Hi all,
I was wondering if someone could help me!
I have three spreadsheets: server1.xls, client1.xls and client2.xls. The server1.xls sheet has a macro which executes a macro in the client1.xls spreadsheet and then another macro in the client2.xls spreadsheet. This is done by a "Run" statement in order.
My problem is this: each of those macros in the client1 and client2 spreadsheets involve going to data entry mode (Application.DataEntryMode). The problem is that once Client1.xls goes to data entry mode, at the same time, execution for some reason will return to server1.xls and it will attempt to "Run" the macro in the client2.xls spreadsheet.
I don't want this to happen until data entry mode in client1 is complete. If I remove the dataentrymode functionality the macros are run properly in their correct order, one after the other as they should. For some reason when I introduce dataentrymode I run into this problem.
Thanks in advance!!
Sam
I was wondering if someone could help me!
I have three spreadsheets: server1.xls, client1.xls and client2.xls. The server1.xls sheet has a macro which executes a macro in the client1.xls spreadsheet and then another macro in the client2.xls spreadsheet. This is done by a "Run" statement in order.
My problem is this: each of those macros in the client1 and client2 spreadsheets involve going to data entry mode (Application.DataEntryMode). The problem is that once Client1.xls goes to data entry mode, at the same time, execution for some reason will return to server1.xls and it will attempt to "Run" the macro in the client2.xls spreadsheet.
I don't want this to happen until data entry mode in client1 is complete. If I remove the dataentrymode functionality the macros are run properly in their correct order, one after the other as they should. For some reason when I introduce dataentrymode I run into this problem.
Thanks in advance!!
Sam