• Privacywetgeving
    Het is bij Helpmij.nl niet toegestaan om persoonsgegevens in een voorbeeld te plaatsen. Alle voorbeelden die persoonsgegevens bevatten zullen zonder opgaaf van reden verwijderd worden. In de vraag zal specifiek vermeld moeten worden dat het om fictieve namen gaat.

Sheet de naam van cel geven

Senso

Meubilair
Lid geworden
13 jun 2016
Berichten
9.667
Besturingssysteem
W10 Pro en W11 Pro
Office versie
Office 2007 H@S en Office 2021 Prof Plus
To make an Excel tab name equal to a cell, follow these steps:
1. Double-click on the tab at the bottom of the Excel window to activate the sheet name for editing.
2. Type `=` (equals sign) and then navigate to the cell whose content you want to use as the tab name.
3. Select the desired cell, and press Enter.
Now, the tab name should reflect the content of the chosen cell. If the cell content changes, the tab name will automatically update to match it.

Ik zet = als sheetname en klik op cel A1 daar staat bijvoorbeeld test en de sheetname is =
moet zijn test.
Excel 2007
 
Ik heb office 365 en wat je beschrijft werkt bij mij ook niet. Er komt alleen maar het = teken.
 
Dus in 365 werkt het ook niet. Andere oplossing?
 
In de ThisWorkbook sectie:
Code:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
    If Target.Address(0, 0) = "A1" And Target <> "" Then
        Sh.Name = Target
    End If
End Sub
Dat werkt dan voor ieder werkblad.
 
Laatst bewerkt:
Normaal zal het werken. Echter in alle A1's staan formules (weeknummer) gekoppeld aan een datum. Soms werkt het als je telkens op > Enter drukt maar is toch lastig.
Ga hier niet verder mee. Bedankt voor de hulp.
 
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan