Passing Parameters to Excel.
Posted: Wed May 06, 2020 11:14 pm
All,
I am puzzeled on how to use some of the methods in Excel, because the parameter passing is unusual.
Dim sheet As Worksheet
Set sheet = ActiveWorkbook.Sheets.Add(After:=ActiveWorkbook.Worksheets(ActiveWorkbook.Worksheets.Count))
Is there a way to make this work in Harbour / Fivewin?
Thanks,
Byron ...
I am puzzeled on how to use some of the methods in Excel, because the parameter passing is unusual.
Dim sheet As Worksheet
Set sheet = ActiveWorkbook.Sheets.Add(After:=ActiveWorkbook.Worksheets(ActiveWorkbook.Worksheets.Count))
Is there a way to make this work in Harbour / Fivewin?
Thanks,
Byron ...