Forum Discussion
Blogie
Mar 03, 2022Copper Contributor
Inhalt von Zelle als Name von Tabellenblatt VBA
Hallo, ich habe folgenden Code Dim BlattName As String BlattName =... Bei... Soll nun der Inhalt der Zelle C1 vom Tabellenblatt "Hilfstabelle" stehen. Ich bin leider absoluter Anfänger in VBA. Hat...
HansVogelaar
Mar 03, 2022MVP
Dim BlattName As String
BlattName = Worksheets("Hilfstabelle").Range("C1").Value