Hi All,
I have below macro, which works on my PC. On another PC, the same code behaves differently.
Any ideas why this is different, we both run Excel 2016?
Sub setFixedCol()
'Hotkey: Ctrl + Shift + U
Dim c As Range
For Each c In Selection
If c.HasFormula Then
c.Formula =...