Thread: Ignore formulas
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mushy_peas[_9_] mushy_peas[_9_] is offline
external usenet poster
 
Posts: 1
Default Ignore formulas

i have this line which finds the next available cell in a certain
colum.
ActiveSheet.Range("b60000").End(xlUp).Offset(1, 0).Select

is there a way to get it to ignore formulas too.

Cheers in advance.


---
Message posted from http://www.ExcelForum.com/