top of page
How to enable the "Microsoft Scripting Runtime" reference in VBA
Step 1: Open your VBA project.
Step 2: Go to "Tools" then "References", like shown in the image below:
![Imagem2.jpg](https://static.wixstatic.com/media/89e32c_bbe4150d24154bafba7bd51b23f2ae5b~mv2.jpg/v1/fill/w_540,h_264,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Imagem2.jpg)
Step 3: In the new window that opened, look for the item "Microsoft Scripting Runtime" and check it by double clicking it or clicking the checkbox. Then just click OK.
![Imagem3.jpg](https://static.wixstatic.com/media/89e32c_98a462267d4d46aeb69f8efc5cb03b14~mv2.jpg/v1/fill/w_380,h_314,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Imagem3.jpg)
That's it! You have successfully enabled the "Microsoft Scripting Runtime" reference.
bottom of page