D
David Holland
Hi
I have been working on a bit of VBA for inserting a Jpeg on a Workbook
The small problem I have is that I can size the picture to the size and
aspect ratio that I want.
This is the bit that I am using
ActiveSheet.Pictures.Insert(picturefilename).Select
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.ShapeRange.Height = 60
Problem is that I just want to move it down just a bit.
My other request.
Is there any way of deleting all the pictures on a sheet. Without knowing
the picture number.
Thanks David
Nelson
New Zealand
I have been working on a bit of VBA for inserting a Jpeg on a Workbook
The small problem I have is that I can size the picture to the size and
aspect ratio that I want.
This is the bit that I am using
ActiveSheet.Pictures.Insert(picturefilename).Select
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.ShapeRange.Height = 60
Problem is that I just want to move it down just a bit.
My other request.
Is there any way of deleting all the pictures on a sheet. Without knowing
the picture number.
Thanks David
Nelson
New Zealand