Spreadthemsheets
New Member
- Joined
- Sep 29, 2016
- Messages
- 9
Hi all,
Thanks in advance for any help that you can provide. I haven't used VBA in years, but I'd like to get back into it and I'm having some trouble.
Here is the scenerio:
I have a product description and a range of values as percentage in cells H12:K12. I need to have a pop-up message with some background info on the percentages (mostly just contextual and for informative purposes only )displayed when a user selects any of the cells in that range.
A different message will need to be displayed if the user selects a cell in L12:O12 and again for P12:S12. So there are 3 unique messages for cells cell selection in 3 ranges within row 12. I will need to do the same thing for row 13, and on down the spreadsheet for about 20 rows.
I thought to do this with data validation initially, but the text limit seems to be too small.
Thanks in advance for any help that you can provide. I haven't used VBA in years, but I'd like to get back into it and I'm having some trouble.
Here is the scenerio:
I have a product description and a range of values as percentage in cells H12:K12. I need to have a pop-up message with some background info on the percentages (mostly just contextual and for informative purposes only )displayed when a user selects any of the cells in that range.
A different message will need to be displayed if the user selects a cell in L12:O12 and again for P12:S12. So there are 3 unique messages for cells cell selection in 3 ranges within row 12. I will need to do the same thing for row 13, and on down the spreadsheet for about 20 rows.
I thought to do this with data validation initially, but the text limit seems to be too small.