Thread
:
Macros in excel
View Single Post
#
2
Posted to microsoft.public.excel.programming
JulieD
external usenet poster
Posts: 618
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 ?
Reply With Quote
JulieD
View Public Profile
Find all posts by JulieD