Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2007 |
| Replies: 2 Views: 6,698 |
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2007 |
| Replies: 3 Views: 1,701 Re: How to make a Loading bar?? Go to Components - Controls and add "Microsoft Windows Common Controls" to your project. Then the progressbar should appear in your list of components. Then select the progressbar and create it on... |
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2007 |
| Replies: 2 Views: 6,698 How to Copy an Excel range into an array Hello there,
Im writing a small VB application that has a lot of IO with Excel. I search through xl sheets and read cells etc.
reading and writing individual cells from/to excel is very slow from... |