Welcome to the forum!
When using Late Binding, convert Early Binding constants like ppPasteDefault to the constant number instead. ppPasteDefault=0
sld.Shapes.PasteSpecial 0 'ppPasteDefault =0, paste as its default form'
Welcome to the forum!
When using Late Binding, convert Early Binding constants like ppPasteDefault to the constant number instead. ppPasteDefault=0
sld.Shapes.PasteSpecial 0 'ppPasteDefault =0, paste as its default form'