T
Trevor
Hi all,
I am trying to have a userform pop up in the beginning of
a macro to give the user three options, lpt26, lpt27, or
lpt28. By selecting the one they prefer from a combo box,
let's say, that value needs to be inserted at the end of
the statement:
Workbooks.OpenText FileName:="G:\Collections\lpt28.txt"
How do I assign their selection to a variable and add it
to the open workbook call? Any help would be much
appreciated.
Thanks,
Trevor
I am trying to have a userform pop up in the beginning of
a macro to give the user three options, lpt26, lpt27, or
lpt28. By selecting the one they prefer from a combo box,
let's say, that value needs to be inserted at the end of
the statement:
Workbooks.OpenText FileName:="G:\Collections\lpt28.txt"
How do I assign their selection to a variable and add it
to the open workbook call? Any help would be much
appreciated.
Thanks,
Trevor