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...
When reinforcing a wood truss member, what I've seen is people nail the member at whatever inch on center only. I don't think this is correct. When the member is nailed at some even spacing, it is only nailed in for shear flow. The member must be nailed in for the full axial force first at...
Hello.
ASCE 7-02 does not have External Pressure Coefficient values (GCp) for gable/hip roofs with pitch greater than 45 degrees. I have also looked in the Canadian code and could not find any guidance to GCp for roof pitch greater than 45 degrees. Does anybody know how I can go about getting...
Hello.
I've been inspecting a damaged CMU parapet wall. The damaged seems to cause by lack of vertical expansion joints in the wall. There are horizontal cracks at the bottom of the wall. Also, diagonal cracks are at the end of the wall.
Does anyone have suggestions for possible repair...
Hello,
I wrote the following "if statements" in visual basic and referencing them to the same cell in Excel. However, the statement meeting the right condition is being over ride by other statement not meeting the condition I specified. Can someone help? Thanks in advance.
If ((vI157) <=...