Hello
I'm still new to VBA for Excel. I've developed a User Form that I'd like to allow Text Box input to change the code logic within the program itself (in another module).
I've looked at CallByName, but don't think that will work.
For Example: TextBox1: "If X CrossesAbove Y"
This returns a boolean value.
Within the module I have a code line that says: BuyCondiiton = TextBox1
Note CrossesAbove is a user defined function.
I'm I dreaming or is this possible with VBA. If not is there another language that might work for this.
thanks
GGiven
I'm still new to VBA for Excel. I've developed a User Form that I'd like to allow Text Box input to change the code logic within the program itself (in another module).
I've looked at CallByName, but don't think that will work.
For Example: TextBox1: "If X CrossesAbove Y"
This returns a boolean value.
Within the module I have a code line that says: BuyCondiiton = TextBox1
Note CrossesAbove is a user defined function.
I'm I dreaming or is this possible with VBA. If not is there another language that might work for this.
thanks
GGiven