Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to make a word pad like application in vb.net Pin
BarCode28-Jul-07 5:31
BarCode28-Jul-07 5:31 
GeneralRe: how to make a word pad like application in vb.net Pin
Paul Conrad28-Jul-07 5:49
professionalPaul Conrad28-Jul-07 5:49 
QuestionString compare from different text files Pin
sweehin1827-Jul-07 12:38
sweehin1827-Jul-07 12:38 
AnswerRe: String compare from different text files Pin
Christian Graus27-Jul-07 13:00
protectorChristian Graus27-Jul-07 13:00 
GeneralRe: String compare from different text files Pin
sweehin1827-Jul-07 13:33
sweehin1827-Jul-07 13:33 
GeneralRe: String compare from different text files Pin
Christian Graus27-Jul-07 14:35
protectorChristian Graus27-Jul-07 14:35 
Question3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
frankiebaby227-Jul-07 12:06
frankiebaby227-Jul-07 12:06 
AnswerRe: 3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
Dave Kreskowiak27-Jul-07 13:57
mveDave Kreskowiak27-Jul-07 13:57 
So how many times are you going to post the same question(s) in one day? Yes, it's considered very rude.

I don't do Office Interop, so my experience with it is VERY limited.

But, I'd image you would find the Open method on a Workbooks collection. You'd have to pass it the complete path to the file you want to load. It looks like you already know how to generate the filename you need.

Pulling data from the cells would probably involve something about a Range object with, maybe, a Cells collection that holds a bunch of cells, and possible a Value property of each Cell.

There's a ton of examples out there. All you have to do is Google for something like "vb.net Excel workbooks", or "vb.net excel Range object", "vb.net excel retrieve cell values".


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: 3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
frankiebaby227-Jul-07 14:48
frankiebaby227-Jul-07 14:48 
AnswerRe: 3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
ne0h27-Jul-07 20:05
ne0h27-Jul-07 20:05 
GeneralRe: 3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
frankiebaby227-Jul-07 20:45
frankiebaby227-Jul-07 20:45 
GeneralRe: 3 Newbie Questions MS.Excel2003-VB.Net2003 Pin
ne0h27-Jul-07 21:20
ne0h27-Jul-07 21:20 
QuestionCombobox Datasource Pin
ryan11727-Jul-07 10:58
ryan11727-Jul-07 10:58 
AnswerRe: Combobox Datasource Pin
Naji El Kotob27-Jul-07 11:28
Naji El Kotob27-Jul-07 11:28 
QuestionRe: Combobox Datasource Pin
ryan11728-Jul-07 0:29
ryan11728-Jul-07 0:29 
QuestionCreating Stock Program Pin
yellowlogic27-Jul-07 10:38
yellowlogic27-Jul-07 10:38 
AnswerRe: Creating Stock Program Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 
AnswerRe: Creating Stock Program Pin
Naji El Kotob27-Jul-07 11:04
Naji El Kotob27-Jul-07 11:04 
AnswerRe: Creating Stock Program Pin
penguin500027-Jul-07 11:06
penguin500027-Jul-07 11:06 
QuestionHow to use ArrayList? Pin
sweehin1827-Jul-07 10:03
sweehin1827-Jul-07 10:03 
AnswerRe: How to use ArrayList? Pin
Naji El Kotob27-Jul-07 10:59
Naji El Kotob27-Jul-07 10:59 
GeneralRe: How to use ArrayList? Pin
sweehin1827-Jul-07 12:09
sweehin1827-Jul-07 12:09 
GeneralRe: How to use ArrayList? Pin
codemunkeh27-Jul-07 16:28
codemunkeh27-Jul-07 16:28 
QuestionHelp with dll Pin
Bad Programmer27-Jul-07 9:46
Bad Programmer27-Jul-07 9:46 
AnswerRe: Help with dll Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.