View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 10
Default Assignning a value to a range

How to I assign a single value to a specif selected range in code some thing like this but this wont work

Worksheets("Sheetname").Range("19R:21C").value = "

Thankyou in advance for you help.