Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to assign a value to F20 or F21 or the last available F cell on the
page. Is there a way of determining which one that is? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Myles,
Try: Dim fFrstEmpty As Range Set FirstEmpty = Cells(Rows.Count, "F").End(xlUp)(2) --- Regards, Norman "myleslawrence" wrote in message ... I want to assign a value to F20 or F21 or the last available F cell on the page. Is there a way of determining which one that is? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Works like a champ - thanks
"Norman Jones" wrote in message ... Hi Myles, Try: Dim fFrstEmpty As Range Set FirstEmpty = Cells(Rows.Count, "F").End(xlUp)(2) --- Regards, Norman "myleslawrence" wrote in message ... I want to assign a value to F20 or F21 or the last available F cell on the page. Is there a way of determining which one that is? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When is a cell empty and how do I empty it. | Excel Discussion (Misc queries) | |||
format a cell with a formula so an empty reference cell shows blan | Excel Discussion (Misc queries) | |||
Leaving an empty cell empty | Excel Discussion (Misc queries) | |||
why a reference to an empty cell is not considered empty | Excel Discussion (Misc queries) | |||
Empty cell and a the empty String | Excel Programming |