About 50 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. 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

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

  4. 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 5 months ago Modified 4 months ago Viewed 66 times

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

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

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

  7. How to get all OpenText Content Server categories in one call?

    Oct 1, 2015 · I'm currently on a project that involves OpenText Content Server 10.5 SP1 Update 2015-03. I'm trying to find out if is possible to get all categories from the System Category …

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

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

  10. MS Excel 2019 - VBA - Workbook.OpenText not correctly using …

    I am trying to open a CSV file produced by ebay, in MS Excel 2019 where it correctly loads the foreign characters within th efile. ie "Harzstraße 25" when imported as a Text - …