![]() |
sheetname
How to show sheet-name in a cell?
In a sum-sheet I want to tell which sheet totals come from Inadv Thanks! |
sheetname
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
Regards, Stefi €˛tjp€¯ ezt Ć*rta: How to show sheet-name in a cell? In a sum-sheet I want to tell which sheet totals come from Inadv Thanks! |
sheetname
Hi
Thanks for fast answer ! but I gor one problem; the sheetname shows only temporary! eg only last sheet I worked on - even if I spesifict point to each different sheet . Is it possible to to save each sheetname regardless whichone is active? Stefi skrev: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Regards, Stefi €˛tjp€¯ ezt Ć*rta: How to show sheet-name in a cell? In a sum-sheet I want to tell which sheet totals come from Inadv Thanks! |
sheetname
Maybe you want something like this:
Sub test() Dim ws As Worksheet lapszamlalo = 0 For Each ws In ActiveWorkbook.Worksheets lapszamlalo = lapszamlalo + 1 Range("A" & lapszamlalo) = ws.Name Next ws End Sub This macro creates a list of all Worksheets int the Workbook starting from cell A1. Regards, Stefi €˛tjp€¯ ezt Ć*rta: Hi Thanks for fast answer ! but I gor one problem; the sheetname shows only temporary! eg only last sheet I worked on - even if I spesifict point to each different sheet . Is it possible to to save each sheetname regardless whichone is active? Stefi skrev: =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Regards, Stefi €˛tjp€¯ ezt Ć*rta: How to show sheet-name in a cell? In a sum-sheet I want to tell which sheet totals come from Inadv Thanks! |
All times are GMT +1. The time now is 11:24 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com