Can a custom toolbar be modified (using code) in Print Preview mod

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a custom toolbar that has a button that, when clicked, I want to send
the current report being previewed to a pdf file. I already have the code
setup to create the pdf, I just can't figure out a way to change the On
Action property of the button. Thanks in advance for any help.
 
Simply enter the function name like:

= functionname()

(including the equal sign).

Note that you need to use a function (or Macro), not a sub.
 
Back
Top