S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #1 How to add many entries by msg>>>ATTACH Attachments 321.jpg 27.1 KB · Views: 126
isladogs MVP / VIP Local time Today, 20:54 Joined Jan 14, 2017 Messages 19,010 Oct 5, 2020 #2 You can use input boxes to do this.
S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #3 isladogs said: You can use input boxes to do this. Click to expand... i want by msg`s box
Gasman Enthusiastic Amateur Local time Today, 20:54 Joined Sep 21, 2011 Messages 17,081 Oct 5, 2020 #4 SalmanZeiad said: i want by msg`s box Click to expand... Away you go then. :-( MSGBOX is for output, not input.? Whilst you can tailor them somewhat, I do not believe you can use them for input.? Happy to be proved wrong. Really, it should be a form I would have thought?
SalmanZeiad said: i want by msg`s box Click to expand... Away you go then. :-( MSGBOX is for output, not input.? Whilst you can tailor them somewhat, I do not believe you can use them for input.? Happy to be proved wrong. Really, it should be a form I would have thought?
S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #5 i solved it by my self
Gasman Enthusiastic Amateur Local time Today, 20:54 Joined Sep 21, 2011 Messages 17,081 Oct 5, 2020 #6 SalmanZeiad said: i solved it by my self Click to expand... Well go on then, show how you did it.? You never know, someone else might want to do the same thing?
SalmanZeiad said: i solved it by my self Click to expand... Well go on then, show how you did it.? You never know, someone else might want to do the same thing?
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 03:54 Joined May 7, 2009 Messages 20,363 Oct 5, 2020 #7 Msgbox does not accept Textbox input. you need to create a special msgbox form. Attachments msg.zip msg.zip 41.7 KB · Views: 119
S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #8 arnelgp said: Msgbox does not accept Textbox input. you need to create a special msgbox form. Click to expand... Wow Wow Wow>>>>thanks a lot wonderful***********NEW IDEA____♥ Last edited: Oct 5, 2020
arnelgp said: Msgbox does not accept Textbox input. you need to create a special msgbox form. Click to expand... Wow Wow Wow>>>>thanks a lot wonderful***********NEW IDEA____♥
S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #9 Gasman said: Well go on then, show how you did it.? You never know, someone else might want to do the same thing? Click to expand... Private Sub Command284_Click() Dim CPU As String Dim RAM As String Dim HDD As String Dim Spec As String CPU = InputBox("Enter CPU.") RAM = InputBox("Enter RAM.") HDD = InputBox("Enter HDD.") Spec = (CPU & "," & RAM & "," & HDD) Me.Spec = Spec End Sub Attachments wwww.jpg 4.8 KB · Views: 109
Gasman said: Well go on then, show how you did it.? You never know, someone else might want to do the same thing? Click to expand... Private Sub Command284_Click() Dim CPU As String Dim RAM As String Dim HDD As String Dim Spec As String CPU = InputBox("Enter CPU.") RAM = InputBox("Enter RAM.") HDD = InputBox("Enter HDD.") Spec = (CPU & "," & RAM & "," & HDD) Me.Spec = Spec End Sub
isladogs MVP / VIP Local time Today, 20:54 Joined Jan 14, 2017 Messages 19,010 Oct 5, 2020 #10 @salman OK so you solved it 'by yourself' using the input box approach suggested in post #2 that you then effectively rejected!
@salman OK so you solved it 'by yourself' using the input box approach suggested in post #2 that you then effectively rejected!
S SalmanZeiad Member Local time Today, 22:54 Joined Oct 30, 2017 Messages 112 Oct 5, 2020 #11 isladogs said: @salman OK so you solved it 'by yourself' using the input box approach suggested in post #2 that you then effectively rejected! Click to expand... First of all, I thank you Second, really, I did not see your comment
isladogs said: @salman OK so you solved it 'by yourself' using the input box approach suggested in post #2 that you then effectively rejected! Click to expand... First of all, I thank you Second, really, I did not see your comment
Gasman Enthusiastic Amateur Local time Today, 20:54 Joined Sep 21, 2011 Messages 17,081 Oct 5, 2020 #12 SalmanZeiad said: First of all, I thank you Second, really, I did not see your comment Click to expand... But you replied to it with "i want by msg`s box" "
SalmanZeiad said: First of all, I thank you Second, really, I did not see your comment Click to expand... But you replied to it with "i want by msg`s box" "