Set Range ========= Category -------- Excel Commands Description ----------- This command sets the value of a cell. Use this command when you want to set a value to a specific cell. Parameters ---------- **Instance Name** Indicate the instance name for the selected workbook **Range** Enter the Cell Location (ex. A1 or B2) **Text** Enter the text value that will be set **Apply style** Set to apply this style **Background Color** Choose the background color **Font Name** Select Font name from the list **Font Size** Enter the font size to set size **Font Color** Choose the font color **Bold** Set bold to the the text **Italic** Set italic to the the text **Underline** Set underline to the the text Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Excel Commands\\Set Range\\Set Range.xml` See Also -------- - :doc:`Add Workbook ` - :doc:`Add Worksheet ` - :doc:`Append Cell ` - :doc:`Append Row ` - :doc:`Close Workbook ` - :doc:`Copy Worksheet ` - :doc:`Delete Cell ` - :doc:`Delete Row ` - :doc:`Excel Create Datatable ` - :doc:`Export to PDF ` - :doc:`Get Cell ` - :doc:`Get Cell Style ` - :doc:`Get Last Column Index ` - :doc:`Get Last Row Index ` - :doc:`Get Range ` - :doc:`Get Range As Datatable ` - :doc:`Get Worksheets ` - :doc:`Go To Cell ` - :doc:`Insert Cell ` - :doc:`Lookup Range ` - :doc:`Open Workbook ` - :doc:`Remove Duplicate ` - :doc:`Run Macro ` - :doc:`Save Workbook ` - :doc:`Save Workbook As ` - :doc:`Write Range ` - :doc:`Write Row `