micahcooper / Excel-Macros

0 stars 1 forks source link

Built out functionality for adding applicants #12

Closed JalenSpringfield closed 4 years ago

JalenSpringfield commented 4 years ago

With regards to duplicate person checking, I haven't seen a more efficient way than the 2 loops. Otherwise, all looks good

micahcooper commented 4 years ago

I still get an infinite loop. Of course my exported-data is different but avoiding infinite loops seems like a good idea. I try to determine where that is happening.

JalenSpringfield commented 4 years ago

Ah that's frustrating. There's three while-loops which check for an empty string on LastName in exportedData sheet. It's either not incrementing to next row or the conditional isn't being met to stop loop