+ Reply to Thread
Results 1 to 4 of 4

How print out selected range by using combobox on userform

Hybrid View

Ali-M How print out selected range... 02-07-2024, 01:46 AM
jolivanes Re: How print out selected... 02-07-2024, 03:26 AM
Ali-M Re: How print out selected... 02-07-2024, 06:21 AM
jolivanes Re: How print out selected... 02-07-2024, 12:32 PM
  1. #1
    Forum Contributor
    Join Date
    11-14-2021
    Location
    africa
    MS-Off Ver
    2016
    Posts
    311

    How print out selected range by using combobox on userform

    Hello
    I want to print out specific range is existed in columns H:L by matching combobox1 on userform with name is existed under NAME header in column I
    should print out from H:L for data is relating with name is matched with combobox1.
    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-06-2008
    Location
    Canada
    MS-Off Ver
    2007 / 2013
    Posts
    5,700

    Re: How print out selected range by using combobox on userform

    Private Sub CommandButton1_Click()
        Range(Columns(9).Find(ComboBox1), Columns(9).Find(ComboBox1).End(xlDown)).Offset(, -1).Resize(, 5).PrintOut
    End Sub
    The inherent weakness of the liberal society: a too rosy view of humanity.

  3. #3
    Forum Contributor
    Join Date
    11-14-2021
    Location
    africa
    MS-Off Ver
    2016
    Posts
    311

    Re: How print out selected range by using combobox on userform

    great !
    thank you so much.

  4. #4
    Forum Expert
    Join Date
    10-06-2008
    Location
    Canada
    MS-Off Ver
    2007 / 2013
    Posts
    5,700

    Re: How print out selected range by using combobox on userform

    Thanks for the update and good luck.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Move commandbutton to up or down to range is selected by combobox on userform
    By Ali-M in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 07-10-2023, 01:09 PM
  2. How do I add a selected range of value from combobox in userform?
    By Toomer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2019, 06:45 AM
  3. how to print using combobox and make dynamic range of a print area
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-04-2014, 07:26 AM
  4. Set print area of selected range then print preview if ok then print the document!
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-01-2014, 07:10 AM
  5. [SOLVED] Pass Value of combobox selected in Userform as input to textbox of other userform
    By Pradeepg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2013, 10:32 AM
  6. Edit a selected Combobox with another userform
    By clapforthewolfman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-02-2013, 04:20 AM
  7. [SOLVED] Print only selected data from ComboBox?
    By yangjay in forum Excel General
    Replies: 1
    Last Post: 07-14-2006, 01:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1