Hello everyone. I'm new to VBA programming, but I have done a little. I have a new project at work that I'm trying to accomplish via VBA, but I'm not sure how to get it done. Thanks in advance for your feedback.
My goal is to take data from a cell on Sheet2 of a workbook, and place that data in a comment field in the exact cell on Sheet1 in the same workbook (data in A10 on sheet 2 will be a comment in cell A10 on sheet 1). I will have to create a loop to do this in several columns and rows, but I'm pretty sure I know how to do that. But how do I insert that type of comment, if it's possible at all
Thanks!