Question How to change the name of the existing worksheet in excel
Eg: sheet1 to data1
how to insert a new row in the existing excel sheet.
and how to delete an empty row in the excel sheet
Answer Sreedhar
How to change the name of the existing worksheet in excel:
Double click on sheet1 and press Del button and type what ever you want as sheet name
how to insert a new row in the existing excel sheet:
select the Row number where you want insert a new row and click right mouse button and select Insert Option.
and how to delete an empty row in the excel sheet:
Same as insert row, it means select that row which you want to be deleted and click right mouse button and select Delete option.
You can also do them using Macro code if you have a ton of them.