Hi Everyone!
I have a list of cells...let's say H13:P13. They may or may not always be filled. The data is coming from selections in a list box. I would like to take whatever of the cells are populated and create variables out of them.
So, if H13 is populated than it would be call Caption1 and if I13 is populated it would be Caption2...any help on how I would code that?
This sounds so simple but I am having a tough time knowing where to start. It feels like if cell <> "" then caption1 = cell.
Thanks!
I have a list of cells...let's say H13:P13. They may or may not always be filled. The data is coming from selections in a list box. I would like to take whatever of the cells are populated and create variables out of them.
So, if H13 is populated than it would be call Caption1 and if I13 is populated it would be Caption2...any help on how I would code that?
This sounds so simple but I am having a tough time knowing where to start. It feels like if cell <> "" then caption1 = cell.
Thanks!