# Changing RTD Throttle Interval in Excel

The default throttle interval is set at 2000 milliseconds. To change it in the Excel, please follow steps below:

1. In Excel, go to the Visual Basic Editor by pressing **ALT + F11**.

2. Open the **Immediate Window**  and type this code:\
   \
   \&#xNAN;**`Application.RTD.ThrottleInterval=0`**\
   \
   (**Note**: If the **Immediate Window** is not open, press **CTRL + G** to display the window.)

3. Make sure your cursor is on the line that you just typed and then press **ENTER**.\
   (**Note**:  The '**(0)**' can be amended to adjust the desired rate.)

4. To verify that it is set correctly, type this line of code on the **Immediate Window**:\
   \
   \&#xNAN;**`? Application.RTD.ThrottleInterval`**

5. Make sure your cursor is at the end of this line and then press **ENTER**. The window should display 0; then you know that your throttle interval is set correctly.

{% hint style="info" %}
Throttle Interval Value is set in milliseconds (!)
{% endhint %}

![](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-M3MDGPS0CKY9-9PDmOZ%2F-M3MN85A_ol7ekUBv6yE%2FRTD%20throttling.png?alt=media\&token=f2a431ca-6afb-4f67-938e-d44836608bf1)
