I have an Excel 2010 worksheet which has macros to copy data from other sheets into a specific format on another sheet.
The data copies but I have an issue with the
I use this simple macro to apply F2 + Enter on the currently selected range:
Sub ApplyF2() Selection.Value = Selection.FormulaR1C1 End Sub