J
Jarle
To input text i textbox I use:
..Shapes("txtbox").TextFrame.Characters.Text = Txtstring
1) If txtstring is a date or number. Can I input as date or number format?
(Replace characters.text)
2) If txtstring is i.e. "2". I want to load variable 2 (as number) into
variable k. (How to convert "2" (string) to 2(number)).
3) Same as 2 but with dates
Thank you!
..Shapes("txtbox").TextFrame.Characters.Text = Txtstring
1) If txtstring is a date or number. Can I input as date or number format?
(Replace characters.text)
2) If txtstring is i.e. "2". I want to load variable 2 (as number) into
variable k. (How to convert "2" (string) to 2(number)).
3) Same as 2 but with dates
Thank you!