Scenario: If a person does not have full version of Acrobat they cannot do a save as function. They want this function b/c if they don't have the full version the only copy they will have is the copy that is on my visual basic project(CD). They do not want to have to go in the root of my cd and find the right file. There is about 200 acrobat files on the cd.

question: How can I do a Save As function with the filename already specified so that it would look and perform the same way the save as function would if I was on the file itself?

If I in my code put the filename in the dlgsave.filename = whatever the system doesn't know to go and find that filename. I'm trying to keep them from searching everywhere just to find it.

Thanks in advance