If you use WinAutomation to manipulate Excel files, you most likely came across the concept of Data Tables. Whenever you are reading a range of cells from an Excel file, the information that you acquire is stored in a variable that has a type of "Data Table". Sometimes, you may want to retrieve a specific cell's value. The easiest way to do that, is to use the "Read from Excel" action, and store a cell's content into a variable. But what happens if you need to use the values of 50 different cells from the Excel file? Do you have to create 50 different "Read From Excel" actions? Of course not. In such a case, all you have to do is read a range of cells and then use them in your job through the special notation that accompanies data tables.