View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
choo choo is offline
external usenet poster
 
Posts: 25
Default Check column header value

Hi,
I would like to verify the value of certain column header. How does the
code looks like?

eg.
check, if column J = "Product_Name", do A, else stop.
if column AC = "Price", do A, else stop.

Thank you.

choo