put your userform1.show in a button by its self, the Private Sub UserForm_Initialize just tells the form what to do when it starts. i use it so that way when the form started it will fill the textbox with a value form a sheets cell. hhmm i have not seen the use of _ in a range i can not get the _ to work . will you wont from range M1 to H1 to show ? if so you may need a listbox , or set the textbox like this and if you wont the ranges after H1 like I1 J1 and so on you will need to add & then the next range to put space do & " " &
TextBox1.Value = Sheets("Sheet1").Range("M1 ").Value & " " & Range(" H1").Value
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.