About 10,200,000 results
Open links in new tab
  1. Workbooks.OpenText Error "Expected function or variable"

    Jun 22, 2016 · 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 = …

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

    I've come across a nasty little bug in Excel VBA's .OpenText method.. It errors on opening any text or CSV file when the first two letters are upper-case "ID". Here is the article from MS so …

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

  4. Unable to open a file using System.IO.File.OpenText(file path) in C#

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

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

  6. OpenText Content Suite Platform: Database table for finding Type …

    Content Suite Platform Read-Only Named Users Content Suite Platform Standard Named Users SAP Extended ECM by OpenText Professional Users Can somebody please point me to the …

  7. OpenText DokuStar Capture Center Extraction Enhancement

    Oct 23, 2013 · OpenText DokuStar Capture Center Extraction Enhancement Asked 12 years, 6 months ago Modified 11 years, 8 months ago Viewed 2k times

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

  9. opentext - How to override SYS variable in Exstream - Stack …

    Aug 21, 2023 · I want to override system variable while running the application. Is there way to override SYS variable in page using control file VARSET.

  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 …