Table range dialog box
This dialog box is displayed when you click the OK button in Content validation dialog box when the HTML tag is a TABLE. It generates the HTML table descriptor and proper CaptureTableHTML function within WinTask script in order to capture the inner text displayed in the selected cells in a Web page.
The captured cells are displayed and you can see the inner text of each cell.
"Selected range" field gives the selected range of cells which will be captured. Select the range of cells by using the mouse. Only cells within one row or within one column can be selected.
Click OK button for generating the HTML descriptor of the HTML element TABLE pointed with the mouse in the Web page. If WinTask Editor is opened, two statements are generated automatically in the script, the first one for specifying the Web page which used, the second is the CaptureTableHTML function. For instance :
dim tabcell$(50)
UsePage("Capture Data from a Web Table")
ret = CaptureTableHTML("TABLE[CONTENT='Name']", "R1C1:R6C1", tabcell$())Click Cancel button for cancelling this dialog box and coming back to the Content validation dialog box.
Click Capture to Excel button for displaying the Capture destination dialog box where you can specify the Excel file and the starting cell where you want to write the captured data.