View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alogon Alogon is offline
external usenet poster
 
Posts: 6
Default Converting RTF file into TXT file

1. I would like to know how I can convert a file with RTF (Rith Text Format)
extension into a file with TXT extension using VBA code. I tried
"FileSystemObject.OpenAsTextFile" method but it did not work very well.

2. Is it possible to convert a file.RTF into file.XLS directly using VBA code?

Thanks In Advance.