Delete Column Excel Problem

Hi, I want to delete a column of my excel sheet. I have passed the sheet name in a variable but I am facing this problem. The sheet name passed in the variable is same and correct.

Hi,
Insert Sheet name in " " under this…

Hi @ADITYA_MUKHERJEE

You can also use Get Workbook Sheet Activity to retrive the sheet name into a variable

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

I have passed the sheet name in a variable, and using that.

Thanks…

Hi,
please check variable type must be string…
Also copy the column name from sheet and paste into the string variable…
Don’t type the col name…
copy that and paste…

1 Like

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