Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm trying to write a 'wizard' to help a user parse a text file,
and I'd like to use the TextToColumns functionality built into Excel. It seems, however, that when you call TextToColumns programmatically, it will do it immediately with the parameters specified in the code. Is it possible to pop up the TextToColumns dialog box from code, and have the user enter different parameters for each run? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi EHZ,
Try: Application.Dialogs(xlDialogTextToColumns).Show --- Regards, Norman wrote in message oups.com... Hi, I'm trying to write a 'wizard' to help a user parse a text file, and I'd like to use the TextToColumns functionality built into Excel. It seems, however, that when you call TextToColumns programmatically, it will do it immediately with the parameters specified in the code. Is it possible to pop up the TextToColumns dialog box from code, and have the user enter different parameters for each run? Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ehz,
Would you mind sharing your final code that does that. Very interesting. Thanks Regards, Howard wrote in message oups.com... Hi, I'm trying to write a 'wizard' to help a user parse a text file, and I'd like to use the TextToColumns functionality built into Excel. It seems, however, that when you call TextToColumns programmatically, it will do it immediately with the parameters specified in the code. Is it possible to pop up the TextToColumns dialog box from code, and have the user enter different parameters for each run? Thanks! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the tip, I'll try it asap.
-Eric Zhang |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please assist with TextToColumns Thanks!! | Excel Programming | |||
sub TextToColumns | Excel Programming | |||
Q TextToColumns | Excel Programming | |||
texttocolumns | Excel Programming | |||
TextToColumns | Excel Programming |