Hello,
The code below used to work, but it was pulling from data that was set up as such:
Operator Name = "J Doe"
The quotes were since removed and the raw data now looks like this:
Operator Name = J Doe
How do I adjust this code below to pull correctly again?
Thank you!
blnSkip = False...