Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
you could use a user-defined function. insert a vba module in your workbook
and paste the following code: Function SheetIndex() As Long Application.Volatile True SheetIndex = Application.Caller.Parent.Index End Function to use enter =sheetindex() into a cell. "Sheets number position" wrote: how do i return the sheet number position. something that would return the value of 3 if it is the third sheet in a workbook of 5 sheets. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I multiply the whole sheet by a number | Excel Discussion (Misc queries) | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions | |||
Return number of current sheet | Excel Worksheet Functions | |||
automatic new serial number for each new sheet within one file | Excel Worksheet Functions | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions |