GetFieldAddress(<fieldName>,<address>,<startRow>,<startCol>,<endRow>,<endCol>)

This function return address of field.

True or false:

True - OK

False - fail

Parameter type description
fieldName String Name of field
address String Return value, excel address format, Suh as A1:B30.If sheet of field is not active sheet, address has sheet name as prefix. 
startRow Long Return value, start of row
startCol Long Return value, start of column
endRow Long Return value, end of row
endCol Long Return value, end of column