Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to sort numerically worksheets via VB when you create a new
worksheet. I have the following code that creates a new worksheet and renames it based on the value in cell A8 and places it after a sheet called "Form", but how can I get this new sheet 'placed' numerically? Thanks Dim strSheetName As String ' Input Sheet Name strSheetName = Format(Worksheets(ActiveSheet.Name).Range("a8"), "dd-mm-yy") Sheets.Add ActiveSheet.Name = strSheetName ActiveSheet.Select ActiveSheet.Move After:=Sheets("Form") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I sort a column numerically with both words and numbers i. | Excel Discussion (Misc queries) | |||
creating sub worksheets | Excel Worksheet Functions | |||
Creating worksheets | New Users to Excel | |||
how do i sort a column numerically going from 01-01 to 225-99 | Excel Worksheet Functions | |||
Creating worksheets then name it | Excel Programming |