Hi, I'm new to VBA and trying to come up with a code for work.
I keep a log of accounts with comments and I am trying to create a macro that will allow me to copy old comments from my main sheet and save them in another sheet, to keep a record of all historic comments in the file.
I have successfully created a code to copy the comments and clear the cell so that new comments can be added, but I can't figure out how to make sure I can keep a back log of these comments that can be added to, so that when I paste comments from one account multiple times, I don't end up writing over the old ones in the log.
I'm not sure if this makes any sense, but any help would be greatly appreciated!! Thanks
I keep a log of accounts with comments and I am trying to create a macro that will allow me to copy old comments from my main sheet and save them in another sheet, to keep a record of all historic comments in the file.
I have successfully created a code to copy the comments and clear the cell so that new comments can be added, but I can't figure out how to make sure I can keep a back log of these comments that can be added to, so that when I paste comments from one account multiple times, I don't end up writing over the old ones in the log.
I'm not sure if this makes any sense, but any help would be greatly appreciated!! Thanks