I am trying to find the first instance of the " character in s string using the Instr function. How do i enclose the ". At the moment i am doing the following

mark = instr(1,test,""",vbtextcompare)

This doesn't work and VBA tells me the line is syntactically incorrect.

Any ideas