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