jeffreypaul
Technical User
In VBA, is it possible to check the current argument settings for the 'Text to Columns' dialog box before opening it for the user?
Specifically, is the Delimited 'Other:' box checked and what 'other_char:' is used?
Alernately, is there a way to get to the 3rd dialog box of the 'Text to Columns' dialog box when using Application.Dialogs(xlDialogTextToColumns).Show?
I would like to show the user the dialog box at 'Step 3 of 3' for a delimited selection, and not make the user click 'Next' twice.
Thanks for the help
Specifically, is the Delimited 'Other:' box checked and what 'other_char:' is used?
Alernately, is there a way to get to the 3rd dialog box of the 'Text to Columns' dialog box when using Application.Dialogs(xlDialogTextToColumns).Show?
I would like to show the user the dialog box at 'Step 3 of 3' for a delimited selection, and not make the user click 'Next' twice.
Thanks for the help