Hello!
I'm looking to make the leap from formula proficiency to VBA use and would appreciate some guidance.
I'll try to explain my task in text, but have also attached an image:
"Titles" (user entered text) in column A2:A4
"Timing" (user entered dates) in column B2:B4
Another "Timing" (fixed dates) in C1:G1
I would like to create some code to get corresponding "Titles" to display in the C2:G4 area whenever the two timing fields align.
(I can't use formulas for this because the "Title" values are pretty long, and spill over into neighboring cells, and having the whole plotting field filled with formulas ends up preventing the entire "Titles" from being displayed)
I've dabbled in VBA before, but haven't tried anything this complicated before, so any pointers on how to begin constructing the code would be much appreciated! Thanks in advance!
I'm looking to make the leap from formula proficiency to VBA use and would appreciate some guidance.
I'll try to explain my task in text, but have also attached an image:
"Titles" (user entered text) in column A2:A4
"Timing" (user entered dates) in column B2:B4
Another "Timing" (fixed dates) in C1:G1
I would like to create some code to get corresponding "Titles" to display in the C2:G4 area whenever the two timing fields align.
(I can't use formulas for this because the "Title" values are pretty long, and spill over into neighboring cells, and having the whole plotting field filled with formulas ends up preventing the entire "Titles" from being displayed)
I've dabbled in VBA before, but haven't tried anything this complicated before, so any pointers on how to begin constructing the code would be much appreciated! Thanks in advance!