Hello All,

I have a shape in my spreadsheet that I would like it to flip using VBA. This is what I have,

ActiveSheet.Shapes("Myshape").Flip msoFlipHorizontal
But I am getting a run-time error '450': Wrong number of arguments or invalid property assignment.

Thanks for the help