How to delete multiple sheets in excel except first sheet using send hot keys

Hi,
Please reply if anyone knows

@SUPRIYA123

you can use the short cut key Alt + H,D,S

not sure why you want to use Sendhot keys but if you want to use send keys above one will help
but we recomend to use below
ReadRange → to read the Excel
WriteRange → write into another Excel
Delete File —> you can delete existing Excel File.

there are many ways but i just gave one glince. :slight_smile:

ok thanks, if we take read range,how can we specify sheet names to delete sheet.which activity should we use

we dont have any specific activities for deleting Excel Sheet but if you follow my steps which i mentioned earlier you can achieve.

ok thanks.when we take read range can we mention sheet names like this(“sheet1”,“sheet2”)

yes we can

ok thanks