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

  2. 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 …

  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, 11 months ago Modified 5 years, 3 months ago Viewed 16k times

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

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

  5. Powershell - Workbook.OpenText with parameter FieldInfo

    Nov 25, 2022 · I'm trying to use the Workbook.OpenText passing the parameter FieldInfo but with no success I want to open a recent created csv file(I also tried with txt extension) with the …

  6. Opentext in VBA when Local information is different

    Sep 7, 2015 · Workbooks.OpenText filepath, DataType:=xlDelimited, comma:=True, local:=True Windows(filename).Actvate df = Range("A2", Range("A2").End(xlDown).End(xlToRight)) And …

  7. 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 …

  8. metadata - OpenText Content Server Search API: Retrieve a file's ...

    Jan 13, 2014 · OpenText Content Server Search API: Retrieve a file's category data via URL link in XMLformat? Asked 12 years, 2 months ago Modified 11 years, 11 months ago Viewed 7k …

  9. .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 9 years ago Modified 9 years ago Viewed 5k times

  10. opentext - Content Server - How to add Classification in a …

    Mar 7, 2018 · I am developing an Java app to upload documents in Content Server 16.2 using REST API. I need add a defined classification to a document (node) via REST API but I'm not …