so i open pdfs using vba
how would i write a code to close them all in one shot? how about if i just wanted summary2 closed ?
Code:
ThisWorkbook.FollowHyperlink "c:\ summary.pdf"
ThisWorkbook.FollowHyperlink "c:\ summary2.pdf"
et.c
how would i write a code to close them all in one shot? how about if i just wanted summary2 closed ?