I have a sheet that contains multiple tables. In the header of each table in column D are the letters Sa. I search until I find those letters. I then store that row number in StRow. I then loop through until I find a blank cell in column D. This row number is stored in rowloop. I put the value of cell(rowloop, "B") into Comtxt. What I want to do is add the text in Comtxt to each cell in column D from Strow to rowloop-1. Right now I am getting a Compiler error at the .Add Comment line of invalid or unqualified reference. This is where my object oriented programming is lacking. What is the piece I need to add the comment?
Bookmarks