I have the following user-defined function, which attempts to find the nth non-empty cell in a range:
Option Explicit Function finn_prioritert_oppgave(numme
FindNext doesn't work in UDFs. You have to simply repeat the original Find operation.
FindNext
Find