J
John
I have some Word Art in say Rows 9-23, I use some Macro code to copy cells
9-23 down to 10 grouped rows below 23, but everytime I run the Macro it also
copies a 'New' Work Art over the existing Art below Row 15. My fear is that
my file size will balloon. My code simply states
Sheets("Starters").Select
Rows("9:23").Select
Selection.Copy
Range("A25").Select
ActiveSheet.Paste
Range("A41").Select
ActiveSheet.Paste
How can I copy Rows 9-23 without the WorkArt also (which is 'floating' over
Rows 14-18)
Thanks
9-23 down to 10 grouped rows below 23, but everytime I run the Macro it also
copies a 'New' Work Art over the existing Art below Row 15. My fear is that
my file size will balloon. My code simply states
Sheets("Starters").Select
Rows("9:23").Select
Selection.Copy
Range("A25").Select
ActiveSheet.Paste
Range("A41").Select
ActiveSheet.Paste
How can I copy Rows 9-23 without the WorkArt also (which is 'floating' over
Rows 14-18)
Thanks