|
-
Jul 20th, 2003, 10:27 PM
#1
Thread Starter
New Member
Picture in a dialog box for Excel
Hi there,
I'm new to VBA and am stuck in Excel trying to insert an existing chart into a custom dialog box in a DialogSheet. I want to insert it as a picture so users can see it but not do anything with it. One way that sort of worked is just
Workbooks(ref).Worksheets("Charts").ChartObjects(1).Copy
Workbooks(ref).DialogSheets("plot").PasteSpecial
Problem is that then I seem to have no control over the size of the picture, or where it appears in the dialog box.
Any assistance with either a better way of getting the picture into the dialog sheet, or with simply controlling the size and position, is much appreciated
David.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|