![]() |
#2
|
|||
|
|||
![]()
Hi Andreas
You will have to convert whatever user is offering as his choice via inputbox to a boolean-variable, to meet this syntax (as example): Code:
Sub InsertOption() Dim blnsemicolon As Boolean Dim blncomma As Boolean 'Select Comma: blnsemicolon = False blncomma = True Range("A3").TextToColumns DataType:=xlDelimited, ConsecutiveDelimiter:=False, _ Semicolon:=blnsemicolon, Comma:=blncomma End Sub |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
pclutts | Excel Programming | 4 | 08-31-2014 12:45 PM |
![]() |
dsm1995gst | Word VBA | 1 | 09-03-2013 03:43 PM |
![]() |
brad1977 | Word | 3 | 11-20-2012 10:20 AM |
![]() |
joatmon | Excel Programming | 1 | 06-05-2012 03:01 PM |
Look up an array based on user input | johnsmb | Excel | 2 | 01-07-2011 01:12 PM |