Oct 01 2022 04:42 AM - edited Oct 01 2022 04:44 AM
What is the difference between open method and opentext method members of the workbooks object
where the first also opens text files
Oct 01 2022 04:55 AM
SolutionWorkbooks.Open does let you open a text file, but you won't have any control over how it opens.
Workbooks,OpenText has a series of arguments that let you specify how to process the text file:
Oct 01 2022 04:55 AM
SolutionWorkbooks.Open does let you open a text file, but you won't have any control over how it opens.
Workbooks,OpenText has a series of arguments that let you specify how to process the text file: