View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
George Furnell[_2_] George Furnell[_2_] is offline
external usenet poster
 
Posts: 18
Default How to: assign a value to a cell without selecting the cell first

Hi,

Its clear that I am still a newbie...

In VBA, how do I assign a value to a cell with out first selecting the cell?
In pseudo code I would describe it as "Assign the value 5 to the cell in
location x".

Kind regards

George