-2

Through a Progress 4GL program, I am trying to select a specific worksheet in the workbook. The worksheet name I am trying to select is called "Budget". Any ideas on how I can select this by name. Provide sample code snippet.

4

1 回答 1

0

我还没有尝试过,但这应该可以工作:

CREATE "Excel.Application" chExcelApplication.

chWorkSheet = chExcelApplication:Sheets("SheetName")
于 2013-07-16T19:43:12.797 回答