UDF using FindNext seems to abort without warning

前端 未结 1 1698
既然无缘
既然无缘 2020-12-12 03:46

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         


        
相关标签:
1条回答
  • 2020-12-12 04:21

    FindNext doesn't work in UDFs. You have to simply repeat the original Find operation.

    0 讨论(0)
提交回复
热议问题