Macro to Determine If Excel Is Open for In-Place Editing (110754)
The information in this article applies to:
- Microsoft Excel 97 for Windows
This article was previously published under Q110754 SUMMARY
In Microsoft Excel, there is no Visual Basic function to determine whether
Microsoft Excel is open for in-place editing. To return this information in
a Visual Basic procedure, you can run a Microsoft Excel 4.0 macro that
uses the GET.WORKSPACE() macro function.
In Microsoft Excel 97, you can run the following line of code to determine
if Microsoft Excel is open for in-place editing:
MsgBox ActiveWorkbook.IsInplace
REFERENCES
For more information about Editing a Microsoft Excel Object Embedded
In Another Application, choose the Search button in Help and type:
For more information about the Run Method, choose the Search button
in the Visual Basic Reference and type:
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kbhowto kbProgramming KB110754 |
---|
|