Corner Roundness

  • Thread starter Thread starter David Maggard
  • Start date Start date
D

David Maggard

Is the a way in VBA to modify the roundness of a rounded rectangle?
I have a table that I am adding rows to that is surrounded by a rounded
rectangle that I am dynamically resizing, but if it gets to big the rounded
corners start to "cut in" to the table.
 
David,
Recording a macro whilst doing this (moving the yellow diamond above the top
left corner) produces:
Selection.ShapeRange.Adjustments.Item(1) = 0.0581

You'll have to determine what acceptable value are likely to be.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top