P
Peter
I have a problem with writing the proper VBA code.
In textbox (named kspsr) I write a value e.g 5 and I'd like to create VBA
formula which would take into account this value and in dependence of
conditions show the proper result in the bookmark's (named klas) place in my
document.
For example
If kspsr > 5 Then klas = "YES"
If kspr <=5 Then klas = "NO"
What should be the proper VBA formula ? I know it's very simple but I cannot
do it.
Thanks for your help
Peter
In textbox (named kspsr) I write a value e.g 5 and I'd like to create VBA
formula which would take into account this value and in dependence of
conditions show the proper result in the bookmark's (named klas) place in my
document.
For example
If kspsr > 5 Then klas = "YES"
If kspr <=5 Then klas = "NO"
What should be the proper VBA formula ? I know it's very simple but I cannot
do it.
Thanks for your help
Peter