Forum Discussion
Belo85
Sep 04, 2020Copper Contributor
EXCEL VBA
Hello Good Day, Can anyone help me my excel issue about coding in vba. If I have here combobox1, combobox2, textbox1, textbox2 LAST NAME FIRST NAME M.I. SUFFIX SMITH JOHN A JR B...
SqueakySneakers
Sep 09, 2020Brass Contributor
Hi Belo,
Not sure these require VBA.
If your chart begins in A1, to concatenate in E2 you can put =CONCATENATE(B2&" "&C2&". "&A2&IF(D2="","",", ")&D2).
You will need to give examples on "How to auto populate two textbox values based on two combobox values." This can be done with a formula as well but we will need to know what combobox choices will result in what textbox answers.
- Belo85Sep 09, 2020Copper Contributor