I have created a macro that logs the changes of each cell in the comments of that cell but for some reason, I keep getting an "Out of Memory" error. This is being called from a userform. Can someone please tell me why I keep getting this error? Code below:
Sub LogChanges(RowImIn As String)
Dim...