Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
or to look in the first column
Sub dd() Range("BankAccounts").Columns(1).Find("").Select End Sub -- Don Guillett SalesAid Software "BOBODD" wrote in message ... I have a named range "BankAccounts" which is A12:A52. This range fills from A12 down. I'm using Range("BankAccounts").End(xlUp).Offset(1, 0).Select To try to find the first blank cell, but this is returning A1. What have I missed? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wow! Thanks guys, that's a fair amount of info to go on with.
"Don Guillett" wrote: or to look in the first column Sub dd() Range("BankAccounts").Columns(1).Find("").Select End Sub -- Don Guillett SalesAid Software "BOBODD" wrote in message ... I have a named range "BankAccounts" which is A12:A52. This range fills from A12 down. I'm using Range("BankAccounts").End(xlUp).Offset(1, 0).Select To try to find the first blank cell, but this is returning A1. What have I missed? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
Locating 1st blank cell in named range | Excel Programming | |||
Locating 1st blank cell in named range | Excel Programming | |||
Locating 1st blank cell in named range | Excel Programming | |||
How to detect when a named cell (range) is Blank in VBA? | Excel Programming |