Q: CommonDialog & OpenFile 
... CommonDialog1.ShowOpen and how to put the words into the textboxes, I would be grateful. When the user picks the text file, it would immediately open into a form and the user could edit the textboxes. I am going to try to put the words in their own textboxes because I do know how many words/values are on each line. The number of lines will vary though.
Also my commondialog is an array, so I am not sure if I should put the code for Command2(0).Caption = "Open/Edit Log"[ShowOpen], Command2(1).Caption = "Print Log"[ShowPrinter] and Command2(2).Caption = "Exit" in one Sub or if I would call the code from another sub instead.
Julie Driver; driver@sstsystems.net

A: See the example CommonDialog. Return