JTMergens
Structural
- Oct 30, 2015
- 12
I may be stepping out of my league with what I am trying to do, but I am hoping I can get at least some direction as to if this is possible and where to go to better understand and utilize it. My terminology may be off, but I will do my best to make sense of what I am describing.
In college for my computer programing class I took Java. In Java there are sub-sets of code called methods (analogous to macros). The point of a method was you could recall the same block of text as many times as you want without having to re-program it. From my understanding this is no different than a macro, but I am just more familiar with the term method.
What I want to be able to do is have one master sheet of calculations that can run through other workbooks (like a macro or a method) and send back results. I want to then reference the same sheet for another repetitive calculation and repeat repeat repeat. What I don't want is to have to copy 100 of the same workbook so that my results sheet can display results for each scenario.
For example, say I was designing beam A-J. I want to have one sheet where I can input all my relevant information, such as span, bracing conditions, loads etc.. Then have that information run through a single workbook that I have written for general beam design, and return the answer to column A. Then I want to reference the same workbook that I used in beam A and get different results for beam B.
Another way of putting it is I want to use a workbook more like a set of instructions, even without opening it, than us it like an excel sheet that I will print from. I don't know if the answer is I just need to learn VBA if I want to do this, or if this can be somehow done with Macros, or if this just can't be done with Excel. Any advice is appreciated.
Thank you,
Josh
In college for my computer programing class I took Java. In Java there are sub-sets of code called methods (analogous to macros). The point of a method was you could recall the same block of text as many times as you want without having to re-program it. From my understanding this is no different than a macro, but I am just more familiar with the term method.
What I want to be able to do is have one master sheet of calculations that can run through other workbooks (like a macro or a method) and send back results. I want to then reference the same sheet for another repetitive calculation and repeat repeat repeat. What I don't want is to have to copy 100 of the same workbook so that my results sheet can display results for each scenario.
For example, say I was designing beam A-J. I want to have one sheet where I can input all my relevant information, such as span, bracing conditions, loads etc.. Then have that information run through a single workbook that I have written for general beam design, and return the answer to column A. Then I want to reference the same workbook that I used in beam A and get different results for beam B.
Another way of putting it is I want to use a workbook more like a set of instructions, even without opening it, than us it like an excel sheet that I will print from. I don't know if the answer is I just need to learn VBA if I want to do this, or if this can be somehow done with Macros, or if this just can't be done with Excel. Any advice is appreciated.
Thank you,
Josh