How can i delete sheet in Excel

Need to delete sheet in excel plz

Check out @balupad14 's Excel activities!

2 Likes

@lukasziebold
Can’t use it

1 Like

Follow the steps mentioned here :

Of course you can use it. You have to resolve your dependency conflicts. Try removing your top level UiPath.Excel.Activities dependency - the BalaRava package probably has a conflicting version of UiPath.Excel.Activities inside it.

1 Like

Hi @Soudios,

The BalaReva package doesn’t have a conflict with UiPath.ExcelActivities.

I did the fresh installation of the package.


Is it possible to show the output message while installing the package ?

Thank you
Balamurugan.S

1 Like

Hi @Soudios

You can use invoke VBA activity

and write the VBA code for this,

Sub deletesheet()
   Sheets("yoursheetname").delete
End sub

Thanks

1 Like

@balupad14

Here :
image

Hi @Soudios ,

Check your settings in the manage packages like below.

Regards
Balamurugan.S

1 Like

@balupad14

i don’t have “Go!”

It doesn’t for you, but it might for him if he has different top level versions of those packages.

FYI with Excel Activities as a dependency inside your custom activities package, you don’t even need the top level Excel Activities. Just delete it to avoid conflicts and use the version that’s inside your custom activities package.

1 Like

Your Go is named Connect. Same URL.

1 Like

Thank you @Soudios. I think the problem solved now…

1 Like

@balupad14 Thank you so much !!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.