- 博客(8)
- 资源 (7)
- 收藏
- 关注
原创 Add formatting to the cell in an Excel document
Formatting Excel output from QuickTest Professional You can use the Excel object model to automate formatting the values in a cell in an Excel worksheet. Example: filename = "C:\temp\Book1.xls"
2014-04-07 19:16:52
473
原创 Change the font and cell color in an Excel document
This solution applies to external Excel files, not to the QuickTest Professional data table. You can use the Excel object model to automate setting the font and cell color in an Excel worksheet.
2014-04-07 19:15:18
554
原创 Hide/display columns or rows in an Excel document
This solution applies to external Excel files, not to the QuickTest Professional data table. You can use the Excel object model to automate hiding or displaying rows and columns in an Excel workshe
2014-04-07 19:12:43
816
原创 Set the number format of cells in an Excel file
Example: The user would like to specify that the cell/column contents are general, a percentage, or currency. For information on setting the text formatting (for example color, bold, italic), refe
2014-04-07 19:10:35
1005
原创 Write data to an Excel file without importing the data to the data table
Writing data to an Excel file without importing the data to the data table This function will allow you to set data in an external Excel file (specifying the sheet and the cell), without importing th
2014-04-07 19:06:39
529
原创 Run an Excel macro from QuickTest Professional
Use the Excel Object Model Run command to execute the macro
2014-04-07 18:56:47
581
原创 Get data from an Excel file without importing the data to the data table
Create an Excel object using VBScript The function below will allow to you to extract data from an external Excel file (specifying the sheet) without importing the file to the QuickTest data tabl
2014-04-07 18:53:22
540
原创 Add cells, rows, or columns to an Excel document
Example: ' create the Excel object Set ExcelObj = CreateObject("Excel.Application") ExcelObj.Visible = true ' add a new Workbooks and a new Sheet ExcelObj.Workbooks.Add Set NewSheet = ExcelO
2014-04-07 18:44:28
790
ALL11.52 USERGUIDE
2013-07-05
HP Application Lifecycle Management 11.50 + SP2 Simplified Chinese SW E-Media
2013-07-09
sitescope 10.1 license
2013-07-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅