How to get the name for a maximum or minimum value from a table

Hi,

As the table starts from B4, it’s necessary to set the following In ReadRange?

Excel.Sheet("Sheet1").Range("B4")

OR

 Excel.Sheet("Sheet1").Range("B4:G9")

Regards,