dparteka
Member
I have a group of cells N6:N37 that need to be refreshed in order for the formulas to produce a return. This can be done manually by the key strokes F2 followed by the Enter key. I have been trying to create a macro like the one shown below but it does not work and might be a known Microsoft bug. My head is about to explode from the frustration because I can't be doing this manually each time. Is there anyone out there that has a solution to this dilemma? Thank you for looking.
Code:
Range("N6").Select
SendKeys "{F2}"
SendKeys "{ENTER}"
SendKeys "{F2}"
SendKeys "{ENTER}"
SendKeys "{F2}"
SendKeys "{ENTER}"