Hi,
I am needing to save 2 matrix variables and a couple of names and dates in
a text file.
Ok, I have :

Private Sub Command7_Click()
CommonDialog1.Filter = "Text Files (*.txt) "
CommonDialog1.ShowOpen
End Sub

.... to open and save a file. Now what? I'm stuck.
thanks
Kirk