Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry for the mess in the previous posting.
Can I use array to simplify this code. Appreciate your help. Thanks sub test() Dim rngJ As Range Dim rngK As Range Dim rngL As Range .. .. .. For Each Cell In rngK ---code--- next For Each Cell In rngL ---code--- (same as above) next For Each Cell In rngM ---code--- (same as above) next .. .. .. end sub ------------------------ Notes: rngK, rngL and rngM located in different sheets. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I simplify a VB code?????? | Excel Discussion (Misc queries) | |||
Simplify code | Excel Worksheet Functions | |||
Need to simplify code | Excel Discussion (Misc queries) | |||
Simplify syntax of a Sum(IF... Array | Excel Worksheet Functions | |||
Help to simplify code. | Excel Programming |