Question:
Can you put a variable within quotations?For example:
Shell "Explorer.exe (?var)"
Answer:
You have to concatenate the two strings together. If your variable is named var, you would call the Shell statement like this:
Shell "Explorer.exe " & var
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























