sometime I need that my VBA delete Autoshapes from the sheet.
I use this:
ActiveSheet.Shapes.SelectAll: Selection.Delete
But sometime it doesn't work giveing me error: Run-time error '7': out of memory.
what can you advice to solve this problem?
I use this:
ActiveSheet.Shapes.SelectAll: Selection.Delete
But sometime it doesn't work giveing me error: Run-time error '7': out of memory.
what can you advice to solve this problem?
Last edited: