alle namen in een spreadsheet wissen
Not exactly what I was hoping for, but completely my fault when I am posting
a request in Dutch, SORRY! I was looking for a routine to delete all names
in a spreadsheet, see the other answer, THANKS ANYWAY :-)
Sabine
"Sam Wilson" schreef in bericht
...
Select a cell where you want the list to start and run this macro:
Sub names()
Selection.ListNames
End Sub
"Sabine" wrote:
Hallo allemaal,
ik zoek een zeer simple VBA routine om alle namen in de actieve workbook
te
verwijderen, wie weet deze (zeker zeer simpele) code?
Alvast bedankt,
Sabine (met een lichte black-out)
|