View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default "Open" or "OpenText"?

The workbook I'm developing opens with a UserForm. I'd like to put an
"About" button on the form that opens a text file that describes its
functions a bit. Does Excel have a provision to open just a "read me" type
file? "Open" looked it was reserved for Excel files, and "OpenText" for
files to parse and import. Is one of these the right one to use, or is
there a better way?

Ed