Hi everyone,
First of all, I am new on this forum and a rookie when it comes to Visio, that's why I need some help with my Visio project. The Visio project where I am working on, is part of my assignment. I am hoping that you could help me.
I am creating an interactive system for employees that shows flowcharts of procedures and work instructions. Now I created multiple pages and I added hyperlinks (to switch to different levels) and simple CommandButtons (Microsoft Forms 2.0 CommandButton) that show UserForms, which I created in Visual Basic Editor. When I click the CommandButton in the project (on Fullscreen) the UserForm appears.
For the CommandButtons I added this code:
Private Sub CommandButton3_Click()
UserForm4.Show
End Sub
This document I created needs to be a controlled document and it should be published in PDF. I know that Visio already has a plugin to publish PDFs, but when I use this option, my project (in PDF) does not show active CommandButtons (where I can click on in order to open my UserForm). Though, the hyperlinks I created, DO work. Do I need to change the VBA code for my CommandButtons or my UserForms, so that I can open my UserForms in the PDF- file? If the answer is 'yes,' does anyone know the code I need to add?
I searched all over internet and I tried several programs that create PDF- files: PDF- creator, Foxxit PDF SDK Active X. Can anyone help me?
Many thanks!
PS: I have enclosed a picture how it should work. You can see one page with a opened UserForm on the lower right. This result (or something similar) I would like to see in the PDF- file.