I would like a user to select a pdf file (a single page pdf ) and have that pdf file displayed in a chart background. I achieve that with image files, but not pdf files, using the following VBA code:
Sub AddImageToNewChartBackground()
sFileName = Application.GetOpenFilename
With...