Hi,
I'm currently converting Excel97 VBA to Excel Automation in VFP 6.0. I'm trying to make a copy of a worksheet in the same workbook. In VBA, the command is:
Sheets("Sheet1".Copy Before:=Sheets(1)
Does anyone know a working version of this in VFP? I know of some workarounds, but they are not as fast.
Thanks.
I'm currently converting Excel97 VBA to Excel Automation in VFP 6.0. I'm trying to make a copy of a worksheet in the same workbook. In VBA, the command is:
Sheets("Sheet1".Copy Before:=Sheets(1)
Does anyone know a working version of this in VFP? I know of some workarounds, but they are not as fast.
Thanks.