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

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

  4. Excel VBA Workbooks.OpenText, just can't get date formatting to work

    Aug 4, 2024 · @BobZ The FieldInfo in Workbooks.OpenText is an inconsistent bug ridden swamp that caused me many problems over the years. Here you can likely achieve your desired outcome by …

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

    Jan 31, 2021 · Opentext content server unable to create/connect to database Ask Question Asked 5 years ago Modified 5 years ago

  6. MS Excel 2019 - VBA - Workbook.OpenText not correctly using Origin ...

    Workbooks.OpenText Filename:=filetoopen, Origin:=65001 Set wbDownload = ActiveWorkbook However this opens the file with the substituted ascii characters still with the Origin 65001 - UTF-8 …

  7. excel - how to point to directory to initiate workbooks.opentext ...

    Dec 12, 2016 · Workbooks.OpenText Filename:=strFileToOpen, StartRow:=11, DataType:=xlDelimited, Tab:=True, TrailingMinusNumber:=True However, instead of opening up file by file and adding it to …

  8. Related to opentext core Share REST api - Stack Overflow

    Mar 6, 2023 · I want to do CRUD operation of file using REST api on opentext core share instead of uploading file to opentext core share from dashboard. So please let me know if opentext is providing …

  9. 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 8 months ago Modified 8 months ago Viewed 93 times

  10. How to load VAPI-XP-TEST text script to OpenText (HP) ALM test with ...

    Apr 16, 2025 · Issue: Using the REST API, we are trying to create a QC test in ALM for test type 'VAPI-XP-TEST'. As part of the test, we need to attach a custom VB script. Problem: We are able to create …