If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Filter a multi demensional array?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-29-09, 10:53
mikezx10 mikezx10 is offline
Registered User
 
Join Date: Oct 2003
Posts: 226
Filter a multi demensional array?

Enum PrtIndex
[_First] = 0
sheetName = 0
CodeName = 1
BoardRangeName = 2
MgmtRangeName = 3
InternalRangeName = 4
BrdCols = 5
BrdRows = 6
MgmtCols = 7
MgmtRows = 8
InitMgmtCols = 9
InitMgmtRows = 10
PrntType = 11
[_Last] = 11
End Enum

i need to filter an array based on PrntType dimension. Can you filter a multi dem array with vba?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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