nguyentuson
New Member
- Joined
- Oct 18, 2023
- Messages
- 5
- Office Version
- 2019
- Platform
- Windows
Hi everyone !
I'm writting an excel spreadsheet by VBA code for automatic Combinate of Loads in structure analysis job
and i do not know by the way which code for convert data from Multiple Rows in to One Corresponding Row (but data must be paste in corresponding Column in that Row)
Detail descripble like this
I have many Load Patterns in col L (it's sorted dymically by my code and transpoted to N1--->till the last Pattern)
then which corresponding Load Combination Name in Col M, ex 3-LRFD-ComB2_1 i have to lookup from Col A and recognize that it has 6 load participate Load Pattern located in col C (DEAD1, NX_DEAD1, FL-L1, NX_FL-L1, RL1 & NX_RL1)
i must copy Load Factor(1.2 1.2 0.75 0.75 0.5 0.5 ) located in col B and past again to Row 4 which 3-LRFD-ComB2_1 , but Load Factor was pasted to corresponding Load Pattern name in col N,O, Q,R,S,T )
and which cells was not relate to 3-LRFD-ComB2_1, the Load Factor =0.
Many thanks !
I'm writting an excel spreadsheet by VBA code for automatic Combinate of Loads in structure analysis job
and i do not know by the way which code for convert data from Multiple Rows in to One Corresponding Row (but data must be paste in corresponding Column in that Row)
Detail descripble like this
I have many Load Patterns in col L (it's sorted dymically by my code and transpoted to N1--->till the last Pattern)
then which corresponding Load Combination Name in Col M, ex 3-LRFD-ComB2_1 i have to lookup from Col A and recognize that it has 6 load participate Load Pattern located in col C (DEAD1, NX_DEAD1, FL-L1, NX_FL-L1, RL1 & NX_RL1)
i must copy Load Factor(1.2 1.2 0.75 0.75 0.5 0.5 ) located in col B and past again to Row 4 which 3-LRFD-ComB2_1 , but Load Factor was pasted to corresponding Load Pattern name in col N,O, Q,R,S,T )
and which cells was not relate to 3-LRFD-ComB2_1, the Load Factor =0.
Many thanks !