Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to program a dialog box to ask for the first cell which would be
the upper most left cell. Then I am going to try to get a second reading from a dialog box which a user would enter the lowest most right cell. Afterwards I want to be able to calculate in my code how many times the program would go through each line. Afterwards it would spit out a text file of information taken from the excel file. I know it's easy to say if a person from 1-1000, but how would I do this if a person selects from Cell A1 - Cell H1000? How would I be able to have my program read the cell number 1 and cell number 1000 without the A and the H? SO I guess I am asking how would I have it select Range(1:1000) instead of Range(A1:H1000)? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i count text cells in excel based on variable criteria? | Excel Worksheet Functions | |||
Complex conditional summing - array COUNT works, array SUM gives#VALUE | Excel Worksheet Functions | |||
Concatenate Variable Array of Text Cells | Excel Discussion (Misc queries) | |||
Count if array contains cells of a certain value | Excel Worksheet Functions | |||
Problem trying to us a range variable as an array variable | Excel Programming |