Quote Originally Posted by eklips
Hi there Gavio, i tired your code but it keep saying file not found even when i put the correct location in...
Well, you must be specifying the filename wrong cause the code works for me. Also, if this is your project folder you can also do it like this:
VB Code:
  1. Open [B]App.Path & "\data\balance.txt"[/B] For Input As #1
  2. '...