Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi! I am building a spreadsheet using Javascript and need to reorder
some of the sheets. The example mentioned in the Excel Help file shows exactly what I want to do: Move Method Example This example moves Sheet1 after Sheet3 in the active workbook. Worksheets("Sheet1").Move after:=Worksheets("Sheet3") Can someone tell me how to translate this into Javascript? Many thanks! Sharon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling VBA code from html or javascript | Excel Discussion (Misc queries) | |||
link javascript | Excel Worksheet Functions | |||
link javascript | Excel Worksheet Functions | |||
Javascript Question | New Users to Excel | |||
VBA formulas in javascript | Excel Programming |