Thread: comments
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dstiefe dstiefe is offline
external usenet poster
 
Posts: 73
Default comments

I want to go through a column of data and find which cells have "comments"

so when it hit's the cell that has a comment i just want it to let me know

so when i write my code i can write something like

if cell(x,y) has a comment then
z = true
end if

so