View Single Post
  #3   Report Post  
OHM \( Terry Burns \)
 
Posts: n/a
Default

A lot actually, I wanted to use Words Basic to determine this. However, Ive
since worked it out.

Thanks

--
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))
--
"Chuck Davis" wrote in message
...

-----Original Message-----
In visual basic ? what method or property can I use to

determine if a
document has ever beens saved ?

Cheers

--
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))
--


.

What does this have to do with MS Office Word?