Excel Operation in VBScript
Excel Operation in VBScript In this post we will see how to interact with excel application through vb script, QTP / UFT, Microsoft excel follows hierarchy mentioned as below Excel -> Workbook -> Worksheet -> cells. Using vb script we can perform below operation on excel object 1. Create New Excel sheet 2. Open Existing File 3. Add new sheet under same workbook 4. Copy Data from another sheet 5. Format excel tables and cells 6. Read data from excel 7. Write data in excel 8. Remove sheet from workbook 9. Hide/Unhide sheet in workbook 10. Protect/Unprotect sheet Also you see above operations video tutorial ...