structural01
Structural
- Jul 15, 2004
- 51
Hi,
I am fairly new to VB.
I could not get the cell "c11" in Excel to update automatically once a number is entered in cell "c10".
I wrote the following in VB ...
if c10<=10 then
x=1.0
range"c11".value=x
end if
if c10>10 then
x=2.5
range"c11".value=x
end if
Thanks in advance for any help.
I am fairly new to VB.
I could not get the cell "c11" in Excel to update automatically once a number is entered in cell "c10".
I wrote the following in VB ...
if c10<=10 then
x=1.0
range"c11".value=x
end if
if c10>10 then
x=2.5
range"c11".value=x
end if
Thanks in advance for any help.