Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This works for me just fine every time: (well, i stopped at 20
sheets, but i think it'll be okay!) Sub SheetsCount() Dim i As Integer i = Sheets.Count Sheets("Sheet1").Copy After:=Sheets(i) End Sub ....code is in a module, not a Sheet object. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tab key problems | Excel Discussion (Misc queries) | |||
Tab key problems | Excel Discussion (Misc queries) | |||
problems with? I don't know | Excel Discussion (Misc queries) | |||
tab problems | New Users to Excel | |||
VBA problems | Excel Discussion (Misc queries) |