Relative Content

Tag Archive for excelvbafunction

Public function vba

I am trying to set a public function that searches for an identifier in some worksheet column A and returns its row number so i put this function like this:

Public function vba

I am trying to set a public function that searches for an identifier in some worksheet column A and returns its row number so i put this function like this:

Public function vba

I am trying to set a public function that searches for an identifier in some worksheet column A and returns its row number so i put this function like this:

Public function vba

I am trying to set a public function that searches for an identifier in some worksheet column A and returns its row number so i put this function like this:

Get cell Index/ID by cell value via VBA Function

i have a excel sheet that regularly updated. Thus, for certain values i wanted to use/refer, the cell ID or index is not fixed, but certain nearby other/intermidate (like section title, name, school, gender) inputs (can be number or text) are fixed. Therefore, i have to find the nearby intermediate cell ID by using cell values/input, then down or right few cells (let us say one cell) to get my target cell value/index. Then i can use the target cell id/index/address for other purpose. i followed this to create my own function. The whole worksheet (sheet1) is used for search and find.