FormR
MrExcel MVP
- Joined
- Aug 18, 2011
- Messages
- 7,292
- Office Version
- 365
- Platform
- Windows
Hi All,
Does anyone know of a way to replicate this UDF using excels (2003) standard functions?
Where shInd is the index number of the sheet.
Thanks
Does anyone know of a way to replicate this UDF using excels (2003) standard functions?
Code:
Function GetSheetName(shInd As Integer)
GetSheetName = Sheets(shInd).Name
End Function
Where shInd is the index number of the sheet.
Thanks