Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing a VBA Form in Excel

I have set up a series of forms, the last of which displays all the
details the user has put in. I would like to put a button on this form
to print the whole form but unsure how to do this. I know I could just
set up a macro to copy all the details into a workbook and then print
out but I thought if I could print the form it would be neater.

Can anyone please help me?

Thanks,
Crookie.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Printing a VBA Form in Excel

Hi Crookie

If you want to print the Userform you can add this code to a button on the userform

Private Sub CommandButton1_Click()
Me.PrintForm
End Sub


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



wrote in message om...
I have set up a series of forms, the last of which displays all the
details the user has put in. I would like to put a button on this form
to print the whole form but unsure how to do this. I know I could just
set up a macro to copy all the details into a workbook and then print
out but I thought if I could print the form it would be neater.

Can anyone please help me?

Thanks,
Crookie.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing Form to Include All Options in Excel LostAndConfused New Users to Excel 1 August 10th 07 07:49 PM
stop form printing Dynamite Excel Discussion (Misc queries) 0 August 2nd 07 07:08 PM
printing onto re printed form eileen Excel Discussion (Misc queries) 1 November 30th 05 05:32 PM
I created a form on excel. want to edit the form without printing Oz Excel Discussion (Misc queries) 1 September 1st 05 08:18 PM
Printing A Form Jeffrey Excel Programming 1 October 9th 03 07:41 PM


All times are GMT +1. The time now is 04:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"