Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to open a text file as part of the workbook_open event handler.
when i manually import the text by dragging the .dat file into the workbook, it (correctly) neglects carriage returns within fields, writing them as a hollow square. However, when I import the text through the VBA command opentext, it treats the carriage return as if it is the beginning of a new record and everything goes haywire. are there specific paramters i can pass in with opentext to have it do what the program does when i drag and drop?? thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Open method might be equivalent to dragging a file. try: Workbooks.Open "your_file_name.dat" however, Open method doesn't have the same options as OpenText. i wonder if it would do what you want actually... -- HTH, okaizawa Ramesh Narasimhan wrote: I am trying to open a text file as part of the workbook_open event handler. when i manually import the text by dragging the .dat file into the workbook, it (correctly) neglects carriage returns within fields, writing them as a hollow square. However, when I import the text through the VBA command opentext, it treats the carriage return as if it is the beginning of a new record and everything goes haywire. are there specific paramters i can pass in with opentext to have it do what the program does when i drag and drop?? thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opentext | Excel Programming | |||
User defined file name in an OpenText File command | Excel Programming | |||
After OpenText all pastes from external apps use format from OpenText | Excel Programming | |||
Workbooks.OpenText | Excel Programming | |||
OpenText bug ? | Excel Programming |