Article ID: 110754
Article Last Modified on 10/11/2006
MsgBox ActiveWorkbook.IsInplace
=GET.WORKSPACE(71)To return this information in a Visual Basic procedure, you can use the RUN method to run a Microsoft Excel version 4.0 macro containing the GET.WORKSPACE(71) function. The following procedure, demonstrates how to use this method.
A1: Inplace_Edit
A2: =ALERT(GET.WORKSPACE(71))
A3: =RETURN()
Sub Test()
MsgBox Application.ExecuteExcel4Macro("GET.WORKSPACE(71)")
End Sub
in-place activation
Run Method
Additional query words: ole link embed linking embedding XL
Keywords: kbdtacode kbhowto kbprogramming KB110754