I am creating an Excel form with multiple questions that typically have a Yes or No box (cell next to Yes and No). The box cells have an invisible object over them. The object has an assigned macro that places an "X" in the cell under the object and removes the "X" from the other cell (either Yes or No box).
I would like to create VB code that I don't have to adjust every time I move the question to a different row or column. If I knew the VB code that would identify the cell the object was clicked on, I could then use that info to fill the cell below.
Any help would be greatly appreciated.
Thank you
I would like to create VB code that I don't have to adjust every time I move the question to a different row or column. If I knew the VB code that would identify the cell the object was clicked on, I could then use that info to fill the cell below.
Any help would be greatly appreciated.
Thank you
Last edited: