anhquangphan
Thành viên mới

- Tham gia
- 6/6/10
- Bài viết
- 23
- Được thích
- 0
Chào ACE 4rum,
Hiện tại em muốn thêm
chitiet <> "SE duct") And (chitiet <> "SE spiral duct") And (chitiet <> "SE elbow") And (chitiet <> "SE reducer") And (chitiet <> "SE diffuser box") And (chitiet <> "SE air box") And (chitiet <> "SE tee")
Vào đoạn code dưới đây để khai báo mà không được, ACE giúp đỡ
Function S_duct_hh(chitiet As String, a1, b1, a2, b2, l As Double) As Double
If (chitiet <> "SA duct") And (chitiet <> "SA spiral duct") And (chitiet <> "SA elbow") And (chitiet <> "SA reducer") And (chitiet <> "SA diffuser box") And (chitiet <> "SA air box") And (chitiet <> "SA tee") And (chitiet <> "RA duct") And (chitiet <> "RA spiral duct") And (chitiet <> "RA elbow") And (chitiet <> "RA reducer") And (chitiet <> "RA diffuser box") And (chitiet <> "RA air box") And (chitiet <> "RA tee") And (chitiet <> "FA duct") And (chitiet <> "FA spiral duct") And (chitiet <> "FA elbow") And (chitiet <> "FA reducer") And (chitiet <> "FA diffuser box") And (chitiet <> "FA air box") And (chitiet <> "FA tee") And (chitiet <> "EA duct") And (chitiet <> "EA spiral duct") And (chitiet <> "EA elbow") And (chitiet <> "EA reducer") And (chitiet <> "EA diffuser box") And (chitiet <> "EA air box") And (chitiet <> "EA tee") And (chitiet <> "PEA duct") And (chitiet <> "PEA elbow") And (chitiet <> "PEA reducer") And (chitiet <> "PEA air box") And (chitiet <> "PEA diffuser box") Then
S_duct_hh = 0
Else
Hiện tại em muốn thêm
chitiet <> "SE duct") And (chitiet <> "SE spiral duct") And (chitiet <> "SE elbow") And (chitiet <> "SE reducer") And (chitiet <> "SE diffuser box") And (chitiet <> "SE air box") And (chitiet <> "SE tee")
Vào đoạn code dưới đây để khai báo mà không được, ACE giúp đỡ
Function S_duct_hh(chitiet As String, a1, b1, a2, b2, l As Double) As Double
If (chitiet <> "SA duct") And (chitiet <> "SA spiral duct") And (chitiet <> "SA elbow") And (chitiet <> "SA reducer") And (chitiet <> "SA diffuser box") And (chitiet <> "SA air box") And (chitiet <> "SA tee") And (chitiet <> "RA duct") And (chitiet <> "RA spiral duct") And (chitiet <> "RA elbow") And (chitiet <> "RA reducer") And (chitiet <> "RA diffuser box") And (chitiet <> "RA air box") And (chitiet <> "RA tee") And (chitiet <> "FA duct") And (chitiet <> "FA spiral duct") And (chitiet <> "FA elbow") And (chitiet <> "FA reducer") And (chitiet <> "FA diffuser box") And (chitiet <> "FA air box") And (chitiet <> "FA tee") And (chitiet <> "EA duct") And (chitiet <> "EA spiral duct") And (chitiet <> "EA elbow") And (chitiet <> "EA reducer") And (chitiet <> "EA diffuser box") And (chitiet <> "EA air box") And (chitiet <> "EA tee") And (chitiet <> "PEA duct") And (chitiet <> "PEA elbow") And (chitiet <> "PEA reducer") And (chitiet <> "PEA air box") And (chitiet <> "PEA diffuser box") Then
S_duct_hh = 0
Else
Lần chỉnh sửa cuối:

