
Workbooks.OpenText Error "Expected function or variable"
May 25, 2020 · 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 = …
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 …
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
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 …
Workbooks.OpenText not parsing csv files properly Excel 2016
May 12, 1999 · Workbooks.OpenText not parsing csv files properly Excel 2016 Asked 8 years, 4 months ago Modified 4 years, 9 months ago Viewed 15k times
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 …
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, 7 months ago Modified 11 years, 5 months ago Viewed 7k times
Workbooks.OpenText doesn't take 'fieldinfo' parameter
Mar 5, 2012 · Workbooks.OpenText doesn't take 'fieldinfo' parameter Asked 13 years, 3 months ago Modified 10 years, 4 months ago Viewed 10k times
opentext - REST API to upload PDF's and index values to …
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 …
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 …