Skip to content

Commit

Permalink
Merge pull request xlwings#430 from chanhosuh/master
Browse files Browse the repository at this point in the history
typo in UDF tutorial
  • Loading branch information
fzumstein committed Apr 2, 2016
2 parents dd6f915 + 62c64af commit e45e1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/udfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To use this formula in Excel,
* Click on ``Import Python UDFs`` again
* Fill in the values in the range ``A1:B2``
* Select the range ``D1:E2``
* Type in the formula ``=add_one("A1:B2")``
* Type in the formula ``=add_one(A1:B2)``
* Press ``Ctrl+Shift+Enter`` to create an array formula. If you did everything correctly, you'll see the formula
surrounded by curly braces as in this screenshot:

Expand Down Expand Up @@ -205,4 +205,4 @@ decorator::
After clicking on ``Import Python UDFs``, you can then use this macro by executing it via ``Alt + F8`` or by
binding it e.g. to a button. To to the latter, make sure you have the ``Developer`` tab selected under ``File >
Options > Customize Ribbon``. Then, under the ``Developer`` tab, you can insert a button via ``Insert > Form Controls``.
After drawing the button, you will be prompted to assign a macro to it and you can select ``my_macro``.
After drawing the button, you will be prompted to assign a macro to it and you can select ``my_macro``.

0 comments on commit e45e1ea

Please sign in to comment.