Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all
i have a chunk of data I need to loop through the current range and then fill up the Multi(?) dim'd array with the values. i had got to - For Each i In arrCC For lRow = 2 To lRowCount ' ems number For lCol = 1 To 18 arrCC(i) = ActiveCell.Value ActiveCell.Offset(0, 1).Select Next lCol ActiveCell.Offset(1, -18).Select Next lRow Next and then realised that i need to get more than one value type in - any help greatly apreciated. empNo Employee Number empName Employee Name MonthSal Monthly Base Salary RetRate Retention Rate Bonus Bonus MonthShift Monthly Shift Mobile Mobile Phone AcqCost Acquistion Cost StMonth Start Month EndMonth End Month AprIcn April monthly Increase £ NewMonthSal New Monthly Base Salary MonthBonus Monthly Bonus / Retention MonthPension Monthly Pension MonthOtime Monthly Overtime PHI PHI & Medical Sports Sports & Social MonthNI Monthly NI |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multi area Array using IRR function | Excel Worksheet Functions | |||
multi-array sumproduct | Excel Worksheet Functions | |||
Multi add, in array of data | Excel Worksheet Functions | |||
match in multi-column and multi-row array | Excel Discussion (Misc queries) | |||
Multi-Dimensional Array Let & Get | Excel Programming |