✅ Non-invocable member cannot be used like a method
I found solution on stack overflow, but don't understand it.
problem is in this line
4 Replies
rows is a List
it doesnt have operator()/"function call"
You probably meant
rows[0]
remember kids, VB is for boomers
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.