Ok. I am fairly new to the whole userform thing, but i find it really useful for what i want to do with it. But i still got several questions about it.
1. I have managed toget a fairly big userform to work and enter all those values in a table. But i figured out that when i use the userform to enter Data in the table, it wont copy the existing formulas in the new row. Which it should, since its a table, no?
2. is it possible to get a "uneditable" textbox in a userform which just displays the value of a formula from numbers entered in the same userform textboxes? Is there such a thing as live calculation inside a userform?
3. Can i dim variables in a if statement? "if variable is empty then dim as string else dim as number"? I need this since when i try to leave a txtbox blank which has the property "dim as double/interger/long" i get the errer that the datatypes dont match.
thats it for now... i hope that i can get some help
1. I have managed toget a fairly big userform to work and enter all those values in a table. But i figured out that when i use the userform to enter Data in the table, it wont copy the existing formulas in the new row. Which it should, since its a table, no?
2. is it possible to get a "uneditable" textbox in a userform which just displays the value of a formula from numbers entered in the same userform textboxes? Is there such a thing as live calculation inside a userform?
3. Can i dim variables in a if statement? "if variable is empty then dim as string else dim as number"? I need this since when i try to leave a txtbox blank which has the property "dim as double/interger/long" i get the errer that the datatypes dont match.
thats it for now... i hope that i can get some help