View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kieranz[_2_] Kieranz[_2_] is offline
external usenet poster
 
Posts: 55
Default How do I update without sheet select

Hello
I have the following code; I would like to do the same thing without
sheet and range select.

Sheet1.select
Range("B3").select
Activecell(1,1) = "xyz"
Activecell(1,3) = "month"
Activecell(3,2)= "Sales"
....
etc
Many thks, Rgds Kz