LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default multi dim array?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi area Array using IRR function Malakite Excel Worksheet Functions 2 September 16th 09 01:32 PM
multi-array sumproduct Steve Excel Worksheet Functions 8 July 29th 09 11:41 PM
Multi add, in array of data Paul Excel Worksheet Functions 2 January 22nd 09 03:27 PM
match in multi-column and multi-row array sloth Excel Discussion (Misc queries) 14 September 1st 06 10:33 PM
Multi-Dimensional Array Let & Get Trip[_3_] Excel Programming 0 September 21st 05 08:41 PM


All times are GMT +1. The time now is 06:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"