Getting code to get EEPROM number

Feels like im missing something small and "easy"....

Yes, indeed.

Simple things like the concept of "POST ALL OF YOUR CODE".

Things like variable scope.

Declaring a variable in setup() and expecting to be able to use it in loop() is NOT realistic.