View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
F*SH[_5_] F*SH[_5_] is offline
external usenet poster
 
Posts: 1
Default Excel 2003 disliking an old sheet's basic commands


Correction: reading cells can be done. Just trying to modify them the
causes problems. I can do this line:
-msgbox(range("A1").value) -
but not
-range("A1").value = "foo"
-
I guess this rules out any 'focus theft' and instead suggests that the
sheet is made read-only to VBA. Editing the spreadsheet in Excel works
fine while running. Any ideas what might cause this?


--
F*SH
------------------------------------------------------------------------
F*SH's Profile: http://www.excelforum.com/member.php...o&userid=36355
View this thread: http://www.excelforum.com/showthread...hreadid=565189