Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Does the following tells Excel or Vba to assign the lastest bottom cell in the range A:A to BottomCell. In other words, is it a single cell being taken in consideration or is it a range? Because for me, from A65526 to xlUp, wherever is xlup it is a range. Still about that entrie below, could this object be a mulitple column range? Or the fact that "A" is mentionned in A65536 tells Vba to look in A column only? Set BottomCel = Range("A65536").End(xlUp) What about this way to do it? iEndRow = Sheets(4).Range("B2").End(xlDown).Row Sheets(4).Range("D4:D" & iEndRow) ===========end of simple question=========== ============thanks for your help============ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
early beginner not satisfied with simple macro | Excel Programming | |||
Simple problem, must be too early... | Excel Programming | |||
Simple beginner question | Excel Programming | |||
Simple beginner question | Excel Programming | |||
Simple beginner question | Excel Programming |