S
SharonGordon
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
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