Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey everyone,
I would like to write some text in a textbox and also the result of a formula :
Today is 13/10/2014
I have tried 'Today is' & Today() and things like this but I cannot find the proper way to write it.
Any ideas ?
Thanks for your help
='today is ' & today()
='today is ' & today()
Dear,
='Today is '& Today()
you are looking for these or something else?
Thanks,
Mukram.
Hello
In order to have expressions in Textboxes you have to have the equal "=" sign.
= 'Today is ' & Now()
Try to have the equal sign before your expression.
Let me know if you are able to get this in the textbox.
Thanks.
try
='Today is ' & date(Today())