-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.

1 Answers1

0

I haven't tried it but this should work:

CREATE "Excel.Application" chExcelApplication.

chWorkSheet = chExcelApplication:Sheets("SheetName")
mhu
  • 17,720
  • 10
  • 62
  • 93