I created a smallish application in VBA for autocad (.dvb file). It has a form and a bunch of modules.
I originally wrote some code in a module that contained and IP address (10.0.0.16). Later on I replaced the IP address with the actual netbios name (MyServer).
In doing some maintenance I had searched the folder containing this file with FileLocater Pro for the text string "10.0.0". Lo and behold it got a hit on that file. I've searched the file and the string "10.0.0" does not exist anywhere.
What gives? My only guess is that the .dvb file has a history log or undo log of past changes maybe. Does anyone know?