Forum: Visual Basic 4 / 5 / 6 Apr 4th, 2006 |
| Replies: 23 Views: 208,531 Thanks a lot it helped me too much.
I removed xlApp.Rows.Count , I replaced it with an integer number
now my program is working and Excel.EXE is not remaining in task manager any more.
For... |
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2006 |
| Replies: 23 Views: 208,531 you did not check my zipped folder.
you can find the excel document file also in the folder.
thanks |
Forum: Visual Basic 4 / 5 / 6 Apr 2nd, 2006 |
| Replies: 23 Views: 208,531 I have attached my project.
I want to store the cells of the Excel file in an array named Ucode2
but there is runtime error 9 : subscript out of range. |
Forum: Visual Basic 4 / 5 / 6 Apr 1st, 2006 |
| Replies: 23 Views: 208,531 I have written this code but still Excel.EXE is in task manager
If I run the program 3 times 3 EXCEl.EXE is in task manager
I have another problem also
As I said I want to store the cells in an... |
Forum: Visual Basic 4 / 5 / 6 Mar 30th, 2006 |
| Replies: 23 Views: 208,531 As you have mentioned VB 6 does not support import.
So what should I do for solving my problem?
I want to put my excel cells in an array.
I added this code also but still Exel.EXE is remaining... |
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2006 |
| Replies: 23 Views: 208,531 I used your code to open an Excel file and store its cells in an array
but it gives me run_time error7 : out of memory
and when I check the task manager Excel.EXE is still running and the... |