You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/Usage01.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ and press return. You should see
12
12
?Py.Str(Py.Eval("1+2"))
13
13
3
14
14
15
-
(It can happen that you get an `Object required` error - this is probably because when you press return in the Immediate Window, you must have your ExcelPython-enabled workbook selected from the VBA project list. This is because otherwise the Immediate Window statement will execute in the wrong VBA context and therefore will not be able to find the `Py` function.)
15
+
(It can happen that you get an `Object required` error. This may happen if you do not have your ExcelPython-enabled workbook selected from the VBA project list when you press return in the Immediate Window. This is necessary because otherwise the Immediate Window statement will execute in the wrong VBA context and therefore will not be able to find the `Py` function.)
16
16
17
17
You can try evaluating any Python expression, and you'll get the result
0 commit comments