# Rollback Office

There was a breaking change introduced in the latest update of Microsoft Office which prevents Tally from generating Pivot tables. The only way to get it to work again is to rollback your version of Office to the last version working with the Tally plugin which is 16.0.18623.20208 from April 17, 2025. We are working on a update to Tally to be released in June 2025.

If a recent Office update causes issues with features such as Excel pivot tables, you can roll back to a previous version of Office and temporarily disable future updates. Follow these steps:

1. Open Command Prompt as Administrator

<figure><img src="/files/t4fGgvN6jAwqGjiwNU65" alt=""><figcaption></figcaption></figure>

1. Navigate to Office's Update Tool Directory

```
cd "C:\Program Files\Common Files\Microsoft Shared\ClickToRun"
```

3. Run the Rollback Command

```
officec2rclient.exe /update user updatetoversion=16.0.18623.20208
```

This will take several minutes. Let it complete.

You may also need to disable Auto-Updates to Prevent Office from Updating Again. to do this:

4. Open PowerShell

<figure><img src="/files/6LAwqbd3rUeXJtKeKb38" alt=""><figcaption></figcaption></figure>

4. Run the following command

```
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" -Name UpdatesEnabled -Value "False"
```

4. Later, you can reanable the auto-update by running this command

```
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" -Name UpdatesEnabled -Value "True"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buildingtransparency.org/tally/faq/rollback-office.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
