View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jose Mourinho Jose Mourinho is offline
external usenet poster
 
Posts: 11
Default "Open with.. Excel" in vb

Thanks, this is the same command that is used by my current macro though it
is not sorting data correctly.
However, if I manually use "Open with Excel" command on the text document
(right-click document in Explorer, select Open with...Excel) then everything
works fine: with the Workbook.OpenText sub it doesn't.

Perhaps the question should be
- what are the inbuilt arguments for this "Open with Excel.." command?

Jose

"arunkhemlai" wrote:

Workbooks.OpenText (arg1, arg2, ...).

See help file for more info.

HTH,
arunkhemlai


"Jose Mourinho" wrote:

I use a program that outputs a large text file of numerical data. The output
of the program can be set such that using the "Open with Excel.." command in
Windows automatically gives a neat, aligned data set in Excel with headers in
the correct places etc. (with excel text wizard this is a long process)

How can the "Open with Excel.." command be activated using vb in Excel?
Thanks

Mo