Hi,
I want use VBA to launch everything with search term "ab cd" (quotations included).
VBA use "" to escape a single quotation(")
e.g. Msgbox """ab cd""" ---> "ab cd"
Everything command use """ to escape a single quotation(")
e.g. everything.exe -s """"ab cd"""" ---> "ab cd"
But when I combine both requirements into a single VBA Shell(), it didn't work.
What's the proper way to pass quotation mark from VBA to Everything search term?
Thanks.
I want use VBA to launch everything with search term "ab cd" (quotations included).
VBA use "" to escape a single quotation(")
e.g. Msgbox """ab cd""" ---> "ab cd"
Everything command use """ to escape a single quotation(")
e.g. everything.exe -s """"ab cd"""" ---> "ab cd"
But when I combine both requirements into a single VBA Shell(), it didn't work.
What's the proper way to pass quotation mark from VBA to Everything search term?
Thanks.
Statistics: Posted by altoctave — Thu Feb 06, 2025 9:42 pm