Hi.

I should say, Im kinda new to Visual Basic, as it was introduced to me during this semester. Though I think it may help with my little idea I had, but I need some help. I tried to go through internet and look it up, but answers and informations confused me even more. I need a human being to explain it to me, rather than read someone articles about it. I hope someone here can help me

Basically I want to create kind of a calculator, to calculate something I have already in spreadsheet. I wanted to...automize it a bit. I have a spreadsheet with all the data and it works there, but I have to retype a lot o numbers to check different results. I want to create something that would automatically take certain numbers from a spreadsheet and use formulas I wrote there to give me result. Is that possible and if so - how can I achieve it?


Maybe if I write an example, it will be easier to understand what I try to make.

It's a calculator for an online, play-by-forum game, which shows effect of an attack based on statistics of its user. In excel it's not hard to write, but when I change attack or its user, I have to retype everything. I though it may take user's stats on its own when I type name of user (all users and stats are listed in spreadsheet) and then calculate the effect with formulas I wrote in second spreadsheet.

Is something like that possible to do?