- Release Notes
- 2020.10.2
- 2020.10.4
- 2020.10.8
- 2020.10.10
- 2020.10.13
- Getting Started
- Introduction
- The User Interface
- Creating Your First Automation Project
- Project Templates
- Configuring StudioX Settings
- Frequently Asked Questions
- Tutorials
- Tutorials
- Automation Projects
- About Automation Projects
- About Workflow Analyzer
- Governance and Auditing
- Tutorial: Working With Source Control
- Creating Automations
- Automation Basics
- Automation Best Practices
- UI Automation
- About Targets and Anchors
- Indicating a Target
- Editing a Target
- Tutorial: Working With UI Automation
- Tutorial: Extracting Table Data From a Web Page and Editing It in Excel
- Tutorial: Filling Out PDF Forms in Acrobat Reader With Data From Excel
- Excel Automation
- Tutorial: Creating a Pivot Table
- Tutorial: Iterating Through Rows in a Table
- Tutorial: Comparing Excel Files and Emailing Reconciliation Errors
- Tutorial: Extracting Data From Automated Emails and Moving It to a Desktop Application
- Tutorial: Filtering Data in Excel
- Tutorial: Formatting Cells
- Tutorial: Adding Information About the Files in a Folder to an Excel File
- Tutorial: Adding Your Own Formulas to the Project Notebook
- CSV Automation
- Tutorial: Copying From CSV to Excel and Emailing the File
- Mail Automation
- Outlook Troubleshooting
- Tutorial: Iterating Through Outlook Mails and Saving Attachments
- Tutorial: Saving, Renaming, and Moving Attachments
- Word Automation
- Tutorial: Working With Word Automation
- PowerPoint Automation
- File Automation
- Tutorial: Working With Files and Folders
- Common Activities

StudioX User Guide
The default Project Notebook available with all automation projects comes with a number of formulas that can be easily incorporated
in your automations when selected from the
menu of activity fields. In this tutorial, we will create a simple currency conversion automation that demonstrates how you
can add a formula of your own to the Project Notebook and use it in your project.
We will start by manually adding a formula to convert USD to EUR in cell C1 of the Scratchpad sheet in the Project Notebook, and then we will create an automation that performs the following tasks:
- Retrieves the US Dollar to EUR exchange rate from a web search and adds it in cell A1.
- Prompts for an amount in USD during project execution and adds the amount in cell B1.
- Displays a message box with the EUR equivalent of the USD amount calculated in cell C1.
To wrap things up, we will future-proof our automation against any changes to the Project Notebook by naming the cells used in the automation and updating the project to use the named cells.