toddswint1
New Member
- Joined
- Jan 31, 2014
- Messages
- 8
Hello, I am working on a project to dynamically illustrate a guitar scale on a fretboard. At this point the image count is around 2000.
I have two identical tables. Table 1 contains true/false statements that indicate, based on selected assumptions, whether an image should be displayed of not for that position. Table 2 contains the corresponding image names for table 1.
Question 1: How do I write a procedure that, upon worksheet change event, the code will look for the TRUE statements in table 1 and set the visible property to TRUE for the corresponding images named in Table 2 while setting the visible property to FALSE for the other images?
Question 2: Given the same table scenario above, how do I write the code so that the comparison of the tables is made cell by cell from top to bottom and left to right?
Thank you very much for taking time to help with this. I am a novice in vba but very interested. Todd
I have two identical tables. Table 1 contains true/false statements that indicate, based on selected assumptions, whether an image should be displayed of not for that position. Table 2 contains the corresponding image names for table 1.
Question 1: How do I write a procedure that, upon worksheet change event, the code will look for the TRUE statements in table 1 and set the visible property to TRUE for the corresponding images named in Table 2 while setting the visible property to FALSE for the other images?
Question 2: Given the same table scenario above, how do I write the code so that the comparison of the tables is made cell by cell from top to bottom and left to right?
Thank you very much for taking time to help with this. I am a novice in vba but very interested. Todd