TextToColumns Dialog

  • Thread starter Thread starter Howie
  • Start date Start date
H

Howie

Anyone know how to invoke the textToColumns dialog box,
and whether you can capture the info that the user
supplies to the dialog?
 
The only way to capture the information is to use the macro recorder.

application.Dialogs(xlDialogTextToColumns).Show
 
Back
Top