View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B[_6_] Paul B[_6_] is offline
external usenet poster
 
Posts: 135
Default Changing Cell Value

weasel, here is one way, Range("D2:D9") = "1"


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 2003
** remove news from my email address to reply by email **
"Weasel" wrote in message
...
I'm trying to change the value of a range of cell

eg:

would like cell range d2:d9 to be filled with 1's