|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
usual suspect
Join Date: Jun 2002
Location: not here
Posts: 2,051
|
alright, i have a prblem w/ vb in excel, that is what we use in my college course. i am making a program which takes input from a notepad file, and it is on my floppy, the same location as the program itslef. now i type the progrm (here is my statement by the way: open "funds.txt" for input as 1), so it all looks good, and then we have ouput as well. so i close excel to make sure my output worked properly, and then i reopen excel to play w/ teh spacing a bit, and when i try to run teh program it says "error '53' file not found" it says that funds.txt can't be found. does anyone know a way to correct this so i can rerun my program. i would like to mess with it a bit more before i turn it in tomorrow, any help would be very appreciated.
__________________
the universe is against this current wave of success i'm having. -johnny drama, entourage |
|
|
|
|
|
#2 |
|
Member (10 bit)
|
adding A:\ in front of funds.txt, so it looks like: open "A:\funds.txt" for input as 1 will fix that. it needs to be specific about where to look unless it is on your hd and in the same folder as the saved excel file.
^dan |
|
|
|
|
|
#3 |
|
usual suspect
Join Date: Jun 2002
Location: not here
Posts: 2,051
|
thanx dan, i appreciate it. this worked perfectly, and everything is going just great. problem solved
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|