Hi! I ran into the issue where adding the array of hidden words drastically increased my compile time. I attempted to follow Dan’s solution here: Too much Compile Time
Doing that seems to have worked in that my code compiles and runs and my compile time is reduced again, but now the GetValidWords function seems to no longer work properly, in that it returns 0 results now. Here are some screen shots of my code to try to help:
Thanks for any help you can offer!