Relative Content

Tag Archive for vbams-accesspdfms-word

Use VBA to draw a box in a PDF file

I have a pdf file (see image below) containing a chart with the chart data also displayed at the bottom. I need to use VBA to draw a red box around the data values in the bottom group that are >=40. The data to be enclosed starts in the row with the value 34. Loading the document into Word and saving as PDF when done is okay.