I'm trying to write data to Excel using Labwindows/CVI with ActiveX. I have successfully written the data (numbers) to the Excel worksheet, and now I want to change the format of how the numbers are displayed in the cells, such as the precision and how many digits are displayed. This is the operation done equivalently on Excel by right clicking on the cell and choosing "format" and then going to the "numbers" tab. I cannot figure out which of the many library functions from the Excel 9.0 Object libraries to use. In your explanation, please also include how I would enter the parameters to obtain a specific number formatting. For example, how I would get a number to show only 2 digits after the decimal? Thanks