jamiguel77
Active Member
- Joined
- Feb 14, 2006
- Messages
- 387
- Office Version
- 2016
- 2010
- 2007
- Platform
- Windows
- Web
Hi how to get the sheet names with formula, (ideally store in a combobox)
i am here get the actual sheet name:
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
or
=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename")))
but get the actual sheet name, how to get the (30 sheets names)
thanks..
i am here get the actual sheet name:
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
or
=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename")))
but get the actual sheet name, how to get the (30 sheets names)
thanks..