I am trying to write a value to the \"A1\" cell, but am getting the following error:
Application-defined or object-defined error \'1004\'
replace Range("A1") = "Asdf" with Range("A1").value = "Asdf"