<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic this worked for me: in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44637#M1053</link>
    <description>this worked for me:
Imports Microsoft.Office.Interop.Excel
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim excelApplication As New Application
        Dim excelWrkBook As Workbook
        Try
            excelApplication.DisplayAlerts = False
            excelWrkBook = excelApplication.Workbooks.Open(""c:\TestFolder\MAIN_Total.xlsx"")
            excelWrkBook.SaveAs(Filename:=""c:\TestFolder\MAIN_Total.txt"", FileFormat:=Microsoft.Office.Interop.Excel.XlFileFormat.xlTextMSDOS)
            excelWrkBook.Close()
            excelApplication.DisplayAlerts = False
            excelApplication.Quit()
        Catch ex As Exception
            Throw ex</description>
    <pubDate>Thu, 02 Nov 2017 21:37:00 GMT</pubDate>
    <dc:creator>RickMartin</dc:creator>
    <dc:date>2017-11-02T21:37:00Z</dc:date>
    <item>
      <title>Save .xls file as a .txt ( Tab delimited ) format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44635#M1051</link>
      <description>Hello,

I have one .xls file and i want save that Excelsheet as a    .txt ( tab delimited ) format. How to do that ?

Quick help is appreciated.

Thanks</description>
      <pubDate>Thu, 02 Nov 2017 16:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44635#M1051</guid>
      <dc:creator>HarishPasham</dc:creator>
      <dc:date>2017-11-02T16:21:00Z</dc:date>
    </item>
    <item>
      <title>this worked for me:</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44636#M1052</link>
      <description>this worked for me:
Imports Microsoft.Office.Interop.Excel
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim excelApplication As New Application
        Dim excelWrkBook As Workbook
        Try
            excelApplication.DisplayAlerts = False
            excelWrkBook = excelApplication.Workbooks.Open(""c:\TestFolder\MAIN_Total.xlsx"")
            excelWrkBook.SaveAs(Filename:=""c:\TestFolder\MAIN_Total.txt"", FileFormat:=Microsoft.Office.Interop.Excel.XlFileFormat.xlTextMSDOS)
            excelWrkBook.Close()
            excelApplication.DisplayAlerts = False
            excelApplication.Quit()
        Catch ex As Exception
            Throw ex</description>
      <pubDate>Thu, 02 Nov 2017 21:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44636#M1052</guid>
      <dc:creator>RickMartin</dc:creator>
      <dc:date>2017-11-02T21:37:00Z</dc:date>
    </item>
    <item>
      <title>this worked for me:</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44637#M1053</link>
      <description>this worked for me:
Imports Microsoft.Office.Interop.Excel
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim excelApplication As New Application
        Dim excelWrkBook As Workbook
        Try
            excelApplication.DisplayAlerts = False
            excelWrkBook = excelApplication.Workbooks.Open(""c:\TestFolder\MAIN_Total.xlsx"")
            excelWrkBook.SaveAs(Filename:=""c:\TestFolder\MAIN_Total.txt"", FileFormat:=Microsoft.Office.Interop.Excel.XlFileFormat.xlTextMSDOS)
            excelWrkBook.Close()
            excelApplication.DisplayAlerts = False
            excelApplication.Quit()
        Catch ex As Exception
            Throw ex</description>
      <pubDate>Thu, 02 Nov 2017 21:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Save-xls-file-as-a-txt-Tab-delimited-format/m-p/44637#M1053</guid>
      <dc:creator>RickMartin</dc:creator>
      <dc:date>2017-11-02T21:37:00Z</dc:date>
    </item>
  </channel>
</rss>

