G
Guest
What I aim to have is, on the double click of my control, the appropriate
excel sheet opens (done this bit), the user enters the data, then the final
total (not always in the same cell, but always at the bottom of the same
column) is passed into the control I originally dbl clicked.
The only way I can think of to achieve this is by stopping the users from
soing anything in my db app until the excel sheet has been closed. In the
close event of excel, copy the value to the clipboard. When the sheet is
closed, my app can continue, its first step being to paste the value from the
clipboard. Any ideas how I can stop my code whilst the excel sheet is open?
Thanks,
Dave
excel sheet opens (done this bit), the user enters the data, then the final
total (not always in the same cell, but always at the bottom of the same
column) is passed into the control I originally dbl clicked.
The only way I can think of to achieve this is by stopping the users from
soing anything in my db app until the excel sheet has been closed. In the
close event of excel, copy the value to the clipboard. When the sheet is
closed, my app can continue, its first step being to paste the value from the
clipboard. Any ideas how I can stop my code whilst the excel sheet is open?
Thanks,
Dave