Just a quick question guys. How can I save a formula as a value in excel? I'm using autoit to write an excel sheet for me, writes a formula (VLookup) that looks in different workbooks for values. Well, I would like to email this report but I need the values rendered and not the formula. I found an answer on Microsoft's website here, but they want you to copy and paste the values. There's gotta be an easier way...
I would think it would be something like this I found on this site but I don't know how to write it into my script.
Range("A1:A10").formula="=20*10"
Range("A1:A10").value=range("A1:A10").value