Could anyone tell me why this is not working?
I have the file created and in the correct directory but it still doesn't work - any ideas?

Private Sub mnuAbout_Click()
Shell ("Notepad.exe" & App.Path & "\About.txt")
End Sub


This is also not working:

txtTotal = Format(txtTotal, "#.000")

Any idaes on it?

Thanks,
JO