skip to main content

kiesler.at

Frequently Asked Questions

View Suggest a FAQ  


The ad will go away if you log in.


Q:   How to add Excel Tabs.

A: Prior to setting the active excel sheet, make sure the DDT file is closed, use ddt_close_all_tables() if needed. Then do set_excel_sheet() followed by ddt_open.() Now you get the Data Table with data from the excel tab you activated.

rc=set_excel_sheet(EXCEL_FILE,"Sheet3")

rc = ddt_open(EXCEL_FILE, DDT_MODE_READ);
if (rc!= E_OK && rc != E_FILE_OPEN)
pause("Cannot open table.");

Source: Mercury Support Forum

How helpful was this FAQ?




RSSComments - Make a comment
The comments are owned by the poster. We are not responsible for its content.