Hi everyone.

I'm trying to copy, using VBA, a picture from an ActiveX Picture box to a cell, like: ActiveWorkbook.Sheets("my sheet").Range("A1") = Sheets9.Image1.Picture, but I doesn't work.
Could you help me?