M
Mark
Hi -
I am working in C# VSTO and Excel 2007 but thought I'd ask how to do this in
VBA and maybe it would help with the C# code.
I just want to copy a shape (textbox) with all of its text and formating
(e.g., Bold, no fill, no line). And paste it multiple times down the page
(via a loop), actually to a different workbook.
I've tried shape.copy but don't know how to paste it where I want it.
I've tried shape.duplicate but can't get that to work either.
Much thanks for ideas.
Mark
I am working in C# VSTO and Excel 2007 but thought I'd ask how to do this in
VBA and maybe it would help with the C# code.
I just want to copy a shape (textbox) with all of its text and formating
(e.g., Bold, no fill, no line). And paste it multiple times down the page
(via a loop), actually to a different workbook.
I've tried shape.copy but don't know how to paste it where I want it.
I've tried shape.duplicate but can't get that to work either.
Much thanks for ideas.
Mark