@ Sorwen >> Dead on! It worked beautifully! Thank you so much!
Now how about Excel? I want a program that can read from an excel spreadsheet. It just takes the value of each cell and gives those values to variables in an array.
I have obviously already tried Google and that's how I got this far. Here is what I have for my word program:
Dim T() As String = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42...
In Visual Basic 2008 I want code that will let me assign the text in an Excel cell to a variable in the program. In Word I have been able to create a new document from Visual Basic, but it won't let me add text to it because it says it is being used by another process. I'm just looking for the...
Hello, can anyone help me. I can't even get started. I can't find code that actually works anywhere for excel or word. I am using Visual Basic 2008. In Excel I have a spreed sheet already made. I want each cell to be a variable in an array that I can use in my program. In Word I have been...
I am using Visual Basic 2008. In Excel I have a spreed sheet already made. I want each cell to be a variable in an array that I can use in my program. In Word I have been able to create a new document from Visual Basic, but it won't let me add text to it because it says it is being used by...
Hello, can anyone help me. I can't even get started. I can't find code that actually works anywhere for excel or word. All I want from Excel is to be able to take data from cells in an already made sheet and have each cell be a variable in an array. From word, I can create a word document...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.