Hello all!!
In Excel, if I add a shape to a sheet and then delete it, the shape object still remains in memory. Is there a way to redraw that shape? Please see the code below for reference.
Sub DrawTest()
Dim x As Excel.Shape
<code style="margin: 0px; padding: 0px; border: 0px; font-style...