Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default xlDialogTextToColumns arguments

Still trying to call the textToColumns wizard. The
documented argument list is:

destination_ref, data_type, text_delim, consecutive_delim,
tab, semicolon, comma, space, other, other_char, field_info

Get "No data was selected to parse" message when executing
code below. Could be the field_info, although I'm not
really sure what they are looking for there. Thanks for
any ideas.


Public Sub textToColumnsWiz()
With Application.Dialogs(xlDialogTextToColumns)
rc = .Show(Range("H19"), xlDelimited,
xlDoubleQuote, False, False, False, True, False, False,
Array(1, 2, 3))
End With
End Sub

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF - more than seven arguments Hannah Excel Worksheet Functions 2 March 25th 10 09:21 AM
Arguments Ra Excel Discussion (Misc queries) 2 July 15th 09 06:00 PM
IF-more than 7 arguments in Carolina Excel Worksheet Functions 2 May 20th 08 08:46 PM
And, if, arguments.... Chuck_in_Mo Excel Worksheet Functions 19 February 12th 07 03:42 PM
arguments gemini0662 Excel Discussion (Misc queries) 9 July 13th 06 03:48 PM


All times are GMT +1. The time now is 02:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"