Hi all,
I have created a system in excel with a vba front end to manipulate information. I works fine except I have a need to generate a letter. I have a userform which does the trick fine. When I wish to print the letter I just expant the hight and do a Userform1.printform
All ok so far, but my users might need to email the letter rather than print out. Thought Cttr alt printscreen was answer, just copy and paste into email but alas no.I only get as much as the current userform window that is being displayed on screen and since it is an a4 size letter the bottom does appear off screen. Do not want to populate a worksheet if i can help it. If I can printform to a printer can I print to a file so I could attach to an email.
I have created a system in excel with a vba front end to manipulate information. I works fine except I have a need to generate a letter. I have a userform which does the trick fine. When I wish to print the letter I just expant the hight and do a Userform1.printform
All ok so far, but my users might need to email the letter rather than print out. Thought Cttr alt printscreen was answer, just copy and paste into email but alas no.I only get as much as the current userform window that is being displayed on screen and since it is an a4 size letter the bottom does appear off screen. Do not want to populate a worksheet if i can help it. If I can printform to a printer can I print to a file so I could attach to an email.