About 5,170,000 results
Open links in new tab
  1. 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 …

  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 …

  3. Workbooks.OpenText not parsing csv files properly Excel 2016

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

  4. opentext - REST API to upload PDF's and index values to …

    Apr 6, 2017 · I want to upload some documents to Open Text via the REST API 's. I have an Open Text CS set up, but I am not able to hit any of the REST API 's. Also, I need to know how to map …

  5. How to open Text File with .OpenText in VBA that starts with first ...

    So, I'm trying to figure out a workaround that does NOT involve copying the entire file just to re-name the first header. I am working with some large text files and this would be an …

  6. How can I add a new document to Content Server 10.5 using the …

    Dec 28, 2015 · 0 It appears that the OpenText API only supports file uploads through asynchronous JavaScript uploads - not through traditional file uploads by using typical posted …

  7. .net - Unable to open a file using System.IO.File.OpenText (file …

    Dec 8, 2016 · Unable to open a file using System.IO.File.OpenText (file path) in C# Asked 8 years, 10 months ago Modified 8 years, 10 months ago Viewed 5k times

  8. Enterprise Scan: Error archiving documents - Stack Overflow

    Feb 1, 2016 · Have a look here: %userprofile%\AppData\Local\OpenText\Enterprise Scan\Log\IXClient.log. You can set the log level to Extended from Enterprise Scan menu (Tools …

  9. C# Help reading foreign characters using StreamReader

    using (reader = File.OpenText(inputFilePath)) Thanks Update 1: I have tried all encodings found under System.Text.Encoding. and all fail to show the file correctly. Update 2: I've changed the …

  10. Using Application.Workbooks.Open to open .txt file, but it cuts …

    Jul 9, 2021 · The problem is that Excel while opening text file interprete the string of digits separated with delimiter as a number, integer or float. To avoid this you must use formatting …