Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 1719

Development, plugins and third party software • VBA and Everything, escape quotation mark

$
0
0
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.

Statistics: Posted by altoctave — Thu Feb 06, 2025 9:42 pm



Viewing all articles
Browse latest Browse all 1719

Trending Articles