I am working on exporting a combination of shapes to a certain dimension and I am running into the a problem with freeform shapes running off the edge of the slide which messes up my dimensions for the export image.
I know you can crop pictures just fine but I haven't been able to find anything on cropping freeform shapes.
UPDT: Is it possible to use a blank rectangle to capture the part of the freeform that is on the slide but then keep the transparency property of the rectangle? Because I need the rectangle to be transparent with the free form drawing floating in it.
NEW Question: I have a user form that has command buttons to run macros, but I want the macro's to be hidden from the menu as private subs but the code doesn't work when they are private.
Private sub command button click1()
Vbaproject.macroname
End Sub
Private Sub macroname()
Run some code
More code
End with
End sub
It works with a normal sub but it can't seem to find the private sub.