I have two lines of code that create hyperlinks from within my macro. However, I'm curious why there is such a huge difference in the output... can anyone help me understand what is going on to make these two different?
METHOD 1
USE: ActiveCell.Formula = "=HYPERLINK(""" & fullPath & """,""" &...