What to mention when sheet having no header

image

I am trying to add new column before columnA . what to type in relative to column if we dont have header on column A.

Hi @Hemant_Deshmukh

You can use the column index number for inserting

Regards

i typed “A” but its giving error that this column does not exist

@Hemant_Deshmukh

You can give like this

Excel.Sheet("SheetName").Cell("A1")

cheers

Hi @Hemant_Deshmukh

FYI Another approach. Please remove Has Headers option then "A" will work.

Check the below image.

Happy Automation
Regards

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