![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
Hi !
Is there a fonction that can move a sheet before the actual first one ? (move to first position) OR, is there anyway to get the name of the sheet in the first position in a workbook ? (so i can do a move before the first sheet returned) Thanks ! |
|
|
|
|
|
#2 |
|
.
Join Date: Feb 2002
Location: Akron, Ohio USA
Posts: 789
|
Worksheets("MySheet").Move Before:=Worksheets(1)
should work.... Also to get the name: FirstSheet = Worksheets(1).Name Bill _________________ MrExcel.com Consulting [ This Message was edited by: MrExcel on 2002-04-11 07:28 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
Hum... i sould have known that !
Thanks ! |
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
This is my new favorite Excel page !
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|