I am having problems getting my pdf to initialize on the userform. I am referencing a 3d PDF which I thought would have been the problem, but I also tried it using a regular PDF. The only thing I am getting is that it is initializing and the progress does not move one bit.
I am currently using AcroPDF plugin and referencing the file location
Me.AcroPDF1.src = "PDF SOURCE"
I have also tried
Me.AcroPDF1.loadfile (PDF SOURCE)
but had the same results.
I am currently using AcroPDF plugin and referencing the file location
Me.AcroPDF1.src = "PDF SOURCE"
I have also tried
Me.AcroPDF1.loadfile (PDF SOURCE)
but had the same results.