06-22-2007 10:02 AM
06-22-2007 10:11 AM
06-22-2007 10:24 AM
06-22-2007 10:41 AM
Ben,
Have you tried a cut down version that only opens 1 workbook with 1 worksheet? Starting to wonder if your problem is related to the # of workbooks/worksheets?
06-22-2007 10:46 AM
The user is just opening Excel!
Regarding turning my Action Engine into a state machine.
I would probably implement a sub-VI rather than twist the action engine back on itself because a constant wired to the condition terminal is a specail case that LV understands. ![]()
Ben
06-22-2007 12:51 PM
Ben,
I have been able to recreate this using the Write Table to XL example on LV8.2. Modify the block diagram so that Excel does not come up visible, and then run the VI with the completion task set to Leave Excel Open. You now have an open invisible Excel workbook. Change the block diagram so that Excel comes up visable and run again. It opens the invisible workbook and the new workbook under the same instance of Excel. Best of all, it was all accomplished using NI supplied code.![]()
If you made your instance of Excel visible, could you then set some parameters for that particular instance to keep the operators from closing/modifying your data?
06-23-2007 03:03 PM
I'm guessing the Readonly property I mentioned earlier, but I can't check.
@centerbolt wrote:
If you made your instance of Excel visible, could you then set some parameters for that particular instance to keep the operators from closing/modifying your data?
06-25-2007 05:23 AM
Thanks to all who have offered ideas.
Shane and centerbolts ideas appear worth testing.
I'll try to talk to the custemer today (maybe).
Thanks!
Ben
06-26-2007 11:24 AM - edited 06-26-2007 11:24 AM
Message Edited by Ben on 06-26-2007 11:25 AM
08-08-2007 06:58 AM