Need to add next loop in code
Closed
FaizanRoshan88
Posts
4
Registration date
Friday July 31, 2015
Status
Member
Last seen
August 1, 2015
-
Jul 31, 2015 at 06:52 AM
FaizanRoshan88 Posts 4 Registration date Friday July 31, 2015 Status Member Last seen August 1, 2015 - Jul 31, 2015 at 08:22 PM
FaizanRoshan88 Posts 4 Registration date Friday July 31, 2015 Status Member Last seen August 1, 2015 - Jul 31, 2015 at 08:22 PM
Related:
- Need to add next loop in code
- 2007 microsoft office add-in microsoft save as pdf or xps - Download - Other
- Battery reset code - Guide
- How to add @ in laptop - Guide
- Samsung volume increase code - Guide
- How to get whatsapp verification code online - Guide
Jul 31, 2015 at 09:47 AM
Jul 31, 2015 at 09:48 AM
Jul 31, 2015 at 09:53 AM
I have a vba code that have too long, i can't be able to make it short because i have not experience in vba. but i believe its will be done some one that have experience. Here is code:
Jul 31, 2015 at 11:09 AM
Have FUN and hang in there.
Jul 31, 2015 at 08:22 PM
i need it to convert in vba code. i believe its will be done some one that have experience. Here is code:
Private Sub CommandButton2_Click()
' Macro1 Macro
'
Range("A5").Value = "4-16 - 4-22"
Range("B5").Value = "1st"
Range("C5").FormulaR1C1 = "=AVERAGEIFS('adt4-16 - 4-22'!C16, 'adt4-16 - 4-22'!C16, "">301"",'adt4-16 - 4-22'!C16, ""<480"")"
Range("D5").FormulaR1C1 = "=COUNTIFS('adt4-16 - 4-22'!C16,"">""&301,'adt4-16 - 4-22'!C16,""<""&480)"
Range("E5").FormulaR1C1 = "=(R2C3-RC3)*(R1C4*RC4)"
End Sub
It will be continue for next row calculation. Thanks for your help