I'm using Excel XP. For some reason, when I start a new macro, the Stop Macro and Relative Reference Smart Icons that usually pop-up no longer appear. I have closed the application and restarted with no change and rebooted. Does anyone have any ideas how to get this option back?
Hah! I solved my own problem. I added the Value function to the cell address.
ActiveCell.FormulaR1C1 = "=IF(Value(RC[-1])>88,""X"",IF(Value(RC[-1])<60,""Y"",RC[-1]))"
Bingo! Works out perfectly.
I used a formula to concatenate 2 values, copied the results and pasted the values. Using another formula on the results , it does not recognize the pasted values, returning inaccurate results.
Sub Macro1()
'
Range("H51").Select
ActiveCell.FormulaR1C1 = _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.