Using Excel 2003.. I am trying to write from within a VBA function back to the worksheet.
j=Range("B1").Value reads the value into j just fine
but
Range("B1").Value = j generates an error
the worksheet is not protected and the function result reads back into its cell OK.
I am missing something simple but what?
j=Range("B1").Value reads the value into j just fine
but
Range("B1").Value = j generates an error
the worksheet is not protected and the function result reads back into its cell OK.
I am missing something simple but what?