msquared99
Member
Hello, I'm new to VBA and have a question. I have searched but cannot find what I'm looking for.
I have a spreadsheet that has text in one column, I need to be able to populate a checkbox based on what is in the cell.
Example: Cell A2 is the COID#, then in cell H2 is a list of services: payroll,tax,401k,HRSC,TLM and so on.
On a UserForm using a MultiPage I have a CheckBox for each service. I am trying to have each CheckBox populate based on what is in the workbook, which is separate from the workbook that contains the macro.
Is it possible to read between the commas?
Thanks for any help.
I have a spreadsheet that has text in one column, I need to be able to populate a checkbox based on what is in the cell.
Example: Cell A2 is the COID#, then in cell H2 is a list of services: payroll,tax,401k,HRSC,TLM and so on.
On a UserForm using a MultiPage I have a CheckBox for each service. I am trying to have each CheckBox populate based on what is in the workbook, which is separate from the workbook that contains the macro.
Is it possible to read between the commas?
Thanks for any help.