Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to use the code for sorting worksheets by a named array
from this website http://www.cpearson.com/excel/SortWS.aspx Sub SortMySheets() Dim NameArray As Variant NameArray = Range("mysheets").Value 'Looping structure to look at array. For i = 1 To UBound(NameArray) MsgBox NameArray(i, 1) Next SortWorksheetsByNameArray (NameArray()) <== I keep getting errors here, think i have tried almost everything End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CALL .NET FUNCTION FROM EXCEL | Excel Worksheet Functions | |||
Copy function with Excel 2003 not performing correctly | Excel Worksheet Functions | |||
figure out why this formula isn't calculating correctly | Excel Discussion (Misc queries) | |||
Help with VB Call function from Excel | Excel Programming | |||
Sum function not working correctly in Excel (Skips Cell) | Excel Worksheet Functions |