vba - Check cell value in a table excel? -


trying check if cell value in "calendar" contained in table ams, wich located in sheet in same workbook error item specified name not founf...help please

sub look()   activeworkbook.sheets("calendar").select  range("c7").select  if intersect(activecell, [ams]) nothing       msgbox "activecell not in table1"    else       msgbox "yup"    end if 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -