Hello,
I am currently writing a section of a code that will display the results of a search function from an array. However, I keep encountering an 'invalid qualifier' error. Can someone please let me know why it keeps doing this?
Dim Results1() as Variant
Dim i1 as Integer
Dim NextRow as...