Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
TheNuge
Posted - 06/10/2009 : 4:54:41 PM Origin 8 SR5, v8.0987 (B987) Windows XP Professional SP3
This is the beginning of over 400 lines of script, which works perfectly Origin 7.5. I need to open an Excel workbook as an Origin worksheet. In Origin 8, this code just opens it as an Excel, ignoring the commented lines.
How can i achieve this in Origin 8?
FDLOG.UseGroup(Excel); nofile=FDLOG.Open(A); if (nofile) return; %B=FDLOG.path$; system.Excel.OpenAsExcel=0; // doesn't work in v8 system.Excel.OpenAsPrompt=1; // doesn't work in v8 doc -append %B%A;
Thank you!
1 L A T E S T R E P L I E S (Newest First)
TheNuge
Posted - 06/11/2009 : 08:09:06 AM Nevermind, I found out the new simplified method here: