StaffsLebowski
New Member
- Joined
- Nov 18, 2009
- Messages
- 22
Hi,
For the last 6 months on a daily basis I've read a text file into a Worksheet using "Open strFileName For Input Access Read As #1" etc, with values similar to the following:
AAA;BBB;CCC
DDD;EEE;FFF
GGG;HHH;III
Today, Excel crashes when:
1: Line 2 is moved to the start
2: Line 2 is moved to the end
3: Line 2 contains includes the final ;FFF value
4: Line 2's last value (ie: FFF) is changed to something else, ie: XXX
5: Line 2 is removed completely
The only way I can get the file to import, is keeping it on line 2 and removing the last value
A: Re-started computer
B: Used another computer
C: Opened the Excel file with the repair option
D: Deleted the Worksheet and created another
How on earth is this possible???
Thanks for any ideas what may be causing this.
Staffs Lebowski..
For the last 6 months on a daily basis I've read a text file into a Worksheet using "Open strFileName For Input Access Read As #1" etc, with values similar to the following:
AAA;BBB;CCC
DDD;EEE;FFF
GGG;HHH;III
Today, Excel crashes when:
1: Line 2 is moved to the start
2: Line 2 is moved to the end
3: Line 2 contains includes the final ;FFF value
4: Line 2's last value (ie: FFF) is changed to something else, ie: XXX
5: Line 2 is removed completely
The only way I can get the file to import, is keeping it on line 2 and removing the last value
A: Re-started computer
B: Used another computer
C: Opened the Excel file with the repair option
D: Deleted the Worksheet and created another
How on earth is this possible???
Thanks for any ideas what may be causing this.
Staffs Lebowski..