About 50 results
Open links in new tab
  1. Workbooks.OpenText not parsing csv files properly Excel 2016

    Feb 13, 2017 · Workbooks.OpenText not parsing csv files properly Excel 2016 Asked 8 years, 11 months ago Modified 5 years, 4 months ago Viewed 16k times

  2. How to programatically define FieldInfo parameter on Workbooks ...

    Jul 20, 2018 · The Workbooks.OpenText method takes a parameter called FieldInfo to determine the format types in each column. For example the following code will open a text file and give Columns 1 …

  3. How to return the links objects in the content of result of dql ...

    Jun 6, 2025 · How to return the links objects in the content of result of dql endpoint call for OpenText Documentum Asked 7 months ago Modified 7 months ago Viewed 87 times

  4. Excel VBA Workbooks.OpenText, just can't get date formatting to work

    Aug 4, 2024 · Excel VBA Workbooks.OpenText, just can't get date formatting to work Asked 4 months ago Modified 4 months ago Viewed 164 times

  5. Reading large text files with streams in C# - Stack Overflow

    Jan 29, 2010 · [Reader].ReadToEnd() which could take quite a while to complete. My task is to break this bit of code up, read it in chunks into a buffer and show a progressbar with an option to cancel it. …

  6. Upload documents with OPENTEXT REST API not working

    Dec 19, 2018 · I'm new to the OPENTEXT Rest API and while I'm able to authenticate/create folders using it, I can't get the document upload to work. The following is the code I've been using: import …

  7. Opentext content server unable to create/connect to database

    Jan 31, 2021 · Opentext content server unable to create/connect to database Asked 5 years ago Modified 4 years, 11 months ago Viewed 2k times

  8. VBS OpenText keeps returning an error message - Stack Overflow

    Apr 8, 2025 · Dim excelApp Set excelApp = CreateObject("Excel.Application") excelApp.Workbooks.OpenText txtFilePath, , , 1, , , , True Dim workbook Set workbook = …

  9. Workbooks.OpenText Error "Expected function or variable"

    Why does my code below not work? It highlights the .OpenText part and states: Expected function or variable Dim Indata As Excel.Workbook Set Indata = Workbooks.OpenText …

  10. Import semicolon separated CSV file using VBA - Stack Overflow

    Oct 6, 2016 · Workbooks.Open fileName:=strPath & "thisFile.csv" data is separated by commas, so it looks like that: The same wrong result pops out when I am using OpenText function