I created macro to do some calculations and make selection based on some criteria.

Then, I print that selection manually always to the same .pdf file.

I tried to add Selection.Printout function to my code but I simply can't set reference properly.

Please, help me to write that line of code properly, for my macro to print selected range in C:\Data\myfile.pdf, without print preview, without any dialog, just to overwrite old file.

Thanks in advance!