PPT97: Group Object Containing Excel Object Changes Size When Excel Object Is Opened Via OleFormat.DoVerb
ID: Q235862
|
The information in this article applies to:
-
Microsoft PowerPoint 97 For Windows
-
Microsoft Excel 97 for Windows
SYMPTOMS
If you create an object group that contains an Excel chart object and another object in a PowerPoint 97 presentation and you run a macro that uses the DoVerb method to open the Excel chart object, the size of the group object in PowerPoint changes.
RESOLUTIONA supported fix that corrects this problem is now available from Microsoft, but
it has not been fully regression tested and should be applied only to systems
experiencing this specific problem.
To resolve this problem, contact Microsoft Product Support Services to obtain the
fix. For a complete list of Microsoft Product Support Services phone numbers and
information on support costs, please go to the following address on the World Wide Web:
http://www.microsoft.com/support/supportnet/overview/overview.asp
The English version of this fix should have the following file attributes or later:
Date Time Version Size File name Platform
---------------------------------------------------------------
06/17/99 08:13p 8.0.1.6617 5,636,096 excel.exe x86
06/10/99 12:53a 8.0.0.6609 3,538,944 powerpnt.exe x86
05/18/99 05:30p 8.2.0.6514 65,536 scanload.dll x86
05/18/99 04:56p N/A 65,536 596.reg x86
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
MORE INFORMATIONRegistry Change Required
A new entry must be made in the Windows Registry to activate the hotfix. You can make this change by using the file 596.reg. To do this, follow these steps:
- Save file 596.reg to a folder on the hard disk of the computer on which you are installing the hotfix.
- Double-click the file name. You will receive a message indicating the Registry has been updated.
Steps to Reproduce Problem
- Start PowerPoint and open a blank presentation.
- On the Insert menu, point to Object, and click Excel Chart.
- Draw a text box next to the chart.
- If the Drawing tool bar is not visible, on the View menu, point to Toolbars, and click Drawing.
- Click the Text Box icon on the Drawing toolbar, then draw the text box on the slide.
- Select both objects, right-click, and Select Grouping - Group.
- Start the Visual Basic Editor (Alt+F11). On the Insert menu, click Module, and type this code:
Sub OpenGroup
' Open embedded Excel chart in Excel
ActivePresentation.Slides(1).Shapes(1).GroupItems(1).OLEFormat.DoVerb 2
End Sub
- Switch to PowerPoint, and run the macro OpenGroup (Alt+F8, select macro, click Run).
- In Excel select the Sheet tab, then switch to PowerPoint if it is not visible.
Result: The group in PowerPoint changes size.
Important Notes
- If you insert an object, choose Create from the File menu, and select an Excel workbook in which a chartsheet is the active sheet. The Excel object will not resize when you activate it with Open mode. You invoke Open mode by right-clicking on the Excel object and selecting Open [Worksheeet/Chart] Object.
- If you insert an object, choose Create from the File menu, and select an Excel workbook in which a worksheet is the active sheet, the chartsheet will be rendered the size of the PowerPoint slide if you toggle between the worksheet and a chartsheet while in open mode. This also occurs when you copy and paste to embed an object. This behavior is consistent with behavior observed with Excel 97 SR-2 and PowerPoint 97 SR-2.
- If you insert an object, choose Create from File, select an Excel workbook in which a worksheet is the active sheet, and the cell range is such that the maximum size limits for a Windows metafile are exceeded, the metafile will not show the entire worksheet. This is a WMF limit and cannot be changed.
Additional query words:
xl97 ppt97 oleformat doverb resize object activate
Keywords : kbdta
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
|