Skip to content

Commit e6e59c8

Browse files
author
Michelle Scharlock
authored
Merge pull request #75 from OfficeDev/mscharlock-patch-3
Updates to the 32 workaround - was approved over IM by David :)
2 parents 43278e5 + f9b1097 commit e6e59c8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ Custom functions enable you to add new functions to Excel by defining those func
55
This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new custom functions project. You can also use this repository as a sample to base your own custom functions project from if you choose not to use the generator. For more detailed information about custom functions in Excel, see the [Custom functions overview](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) article in the Office Add-ins documentation or see the [additional resources](#additional-resources) section of this repository.
66

77
## Known Issues and Workarounds
8-
In the 32 bit version of the Office 365 *December* Insiders Version 1901 (Build 11128.20000), Custom Functions may not work properly (i.e. get stuck at "#GETTING_DATA").
9-
To workaround this bug, please:
10-
1. Download the file: https://github.com/OfficeDev/Excel-Custom-Functions/blob/december-insiders-workaround/excel-udf-host.win32.bundle
11-
2. Copy it your "C:\Program Files (x86)\Microsoft Office\root\Office16" folder.
8+
In the 32 bit version of the Office 365 *December* Insiders Version 1901 (Build 11128.20000), Custom Functions may not work properly.
9+
In some cases you can workaround this bug by downloading the file at https://github.com/OfficeDev/Excel-Custom-Functions/blob/december-insiders-workaround/excel-udf-host.win32.bundle. Then, copy it your "C:\Program Files (x86)\Microsoft Office\root\Office16" folder.
1210

13-
This does not affect Excel Online, and will be resolved in the January Insiders build update.
11+
This does not affect Excel Online. We expect to resolve this in the January Insiders build update.
1412

1513
## Questions and comments
1614

0 commit comments

Comments
 (0)