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: 17
Default Array index name

thecells.Row will give me the current row
But, is there a name for the index in the array?
I would be most gratefull if someone could enlighten me
Thanks in advance
David

no_values = True
Dim thecells As Range
For Each thecells In Range("quantity_range")
If thecells.Value < 0 Then
no_values = False
End If
Next


 
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
Index using a defined name array Swimmer1500m Excel Worksheet Functions 1 April 27th 10 09:21 AM
Using INDEX and MATCH in an Array Wox Excel Discussion (Misc queries) 7 November 11th 09 09:08 PM
Index array question LJoe Excel Worksheet Functions 2 August 27th 07 02:14 PM
Returning the index of an array value? chemdude77 Excel Programming 2 January 11th 06 05:02 PM
Using Array Index function in a sub General Excel Programming 2 February 3rd 05 08:28 AM


All times are GMT +1. The time now is 09:39 PM.

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"