D
donh
Hi,
I'm using the following to create a text box and have added text
needed.
ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, 8#, 40#, _
820#, 140#).Select
The problem I have is that although I am able to create a box using VBA
I'm stuck on how to delete with VBA as the text box doesn't have a name
to refer to and I don't know how to assign one.
Thanks in anticipation
DonH
I'm using the following to create a text box and have added text
needed.
ActiveSheet.Shapes.AddTextbox(msoTextOrientationHorizontal, 8#, 40#, _
820#, 140#).Select
The problem I have is that although I am able to create a box using VBA
I'm stuck on how to delete with VBA as the text box doesn't have a name
to refer to and I don't know how to assign one.
Thanks in anticipation
DonH