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.
Move excel sheets
- César E. Lozada
- Posts: 128
- Joined: Wed Oct 26, 2005 12:18 pm
- Location: Los Teques, Miranda, Venezuela
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Move excel sheets
TryCé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.
Code: Select all
oExcel:Sheets( "Sheet1" ):Select()
oExcel:Sheets( "Sheet1" ):Move( , oExcel:Sheets( 3 ) )
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact: