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
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
![]()
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.
great !
thank you so much.![]()
Thanks for the update and good luck.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks