Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When i run following macro on the sheet 1, all the sheet comes in reverse
direction, means, sheet6, sheet5, sheet4,....Sheet1. i want it as sheet1, sheet2, sheet3, sheet4, sheet5, sheet6.............etc The macro i got from this discussion group is as: Sub Sheet_addition() Dim i As Long On Error GoTo endit Application.ScreenUpdating = False For i = 1 To 52 Sheets.Add Next i endit: Application.ScreenUpdating = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert several Sheets | Excel Discussion (Misc queries) | |||
Insert Columns in multiple sheets | Excel Worksheet Functions | |||
I want to match and insert info on 2 different sheets | New Users to Excel | |||
How many sheets can i insert??? | Excel Discussion (Misc queries) | |||
insert worksheet gives me 3 duplicate sheets not one | Excel Discussion (Misc queries) |