O
OHM \( Terry Burns \)
As we all know the title property of the document can be used as a default
file save name, however, I have found that it will accept characters like _
or : in the title, but will ignore anything after those.
Does anyone know of an escape sequance which can be used to make word
interpret these as literals. Backslash does not work.
Hey ho the nuances of word have me baffled again. !
--
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
file save name, however, I have found that it will accept characters like _
or : in the title, but will ignore anything after those.
Does anyone know of an escape sequance which can be used to make word
interpret these as literals. Backslash does not work.
Hey ho the nuances of word have me baffled again. !
--
OHM ( Terry Burns ) * Use the following to email me *
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--