Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Folks,
I found a way to speed up my macro to select my data range by just locating the first cell and then using count to count the used cells... Now what I have is: D 1 $D$17 (which is the start address) 2 623 (which is the amount of used cells) So my data range is from $D$17 to $D$640. Now I need to add 623 to the $D$17 in cell D2. The formula would look like that Cell(D3)=($D$[a+b]). Where a=17 (from $D$17) b=623 (the value from D2!). How does it need to be coded so that excel puts $D$640 (doesnt need the $) in lets say, D3? Thanks :) Matt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting question (if cell = 0, wrap cell in quotes) | New Users to Excel | |||
Adressing | Excel Programming | |||
Cell Question | Excel Programming | |||
Question in a function cell to cell | Excel Programming | |||
Question: Cell formula or macro to write result of one cell to another cell | Excel Programming |