Skip to content

Commit 1484c33

Browse files
Update Usage01.md
1 parent a65a612 commit 1484c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/Usage01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and press return. You should see
1212
?Py.Str(Py.Eval("1+2"))
1313
3
1414

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.)
1616

1717
You can try evaluating any Python expression, and you'll get the result
1818
printed in the Immediate Window.

0 commit comments

Comments
 (0)