HyperAnchor = "oSheet.Range("A1").Offset(" & Row & ", 5)"
I believe this is the problem code. As part of the correct formating of a range, the correct structure would be Range("A1"), but as a string, it recognizes the " as the end of string and not the "" around the range value?
How do I...