Hi,
Anybody knows what's the traduction of this macro from VB to xH/FWH?
Sheets("Sheet1").Select
Sheets("Sheet1").Move After:=Sheets(3)
Thanks a lot.
César E. Lozada wrote:Hi,
Anybody knows what's the traduction of this macro from VB to xH/FWH?
Sheets("Sheet1").Select
Sheets("Sheet1").Move After:=Sheets(3)
Thanks a lot.
oExcel:Sheets( "Sheet1" ):Select()
oExcel:Sheets( "Sheet1" ):Move( , oExcel:Sheets( 3 ) )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 76 guests