Thread: Macros in excel
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 618
Default Macros in excel

Hi

something along the lines of

sub test1()
If Range("F20") = 0 Then Range("G5").value = 3
End sub


Cheers
JulieD


"Panagiotis" wrote in message
...
How do i edit a macro like: if cell F20=0 then cell G5=3 ?