Write Cell: The range F does not exist

I am having an issue – Write Cell: The range F does not exist.

next_Char = F
Column index shows which row - ex F270 , write cell suppose to write the value in excel if the condition is met and not sure why I have this error , any advise.

Write Cell: The range F does not exist.

@monisharpa2020,

Try it like this

Excel.Sheet("Sheet1").Cell(next_char+(ColumnIndex +1).ToString)

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