excel - How to use the functions CELL and INDEX together in vba -
i want use cell , index address of value in excel vba.
i write following doesn't work doesn't know how read cell function.
placef = application.worksheetfunction.cell("address", application.worksheetfunction.index([g9:l44], [i3], [i4]))
is there alternative or way function work?
if trying address of value in range, use find function. in case, since seem know location of value, can return address calling range(location).address
location
"columnrow" call of location
Comments
Post a Comment