About 9,430,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 Columns 1 …

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

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

  5. opentext - How to override SYS variable in Exstream - Stack Overflow

    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.

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

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

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

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

  9. .net - Unable to open a file using System.IO.File.OpenText (file path ...

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