Results 1 to 3 of 3

Vba

Threaded View

  1. #1
    Registered User
    Join Date
    03-13-2021
    Location
    Oakville
    MS-Off Ver
    16.46
    Posts
    4

    Vba

    Sub GetValue()
    Dim strName As String
    Dim strMessage As String
    
        strName = InputBox("Please enter your name", "Enter name")
        
        strMessage = Join(Array("Hello, " & strName, _
     "Use the grade calculator to find the total marks you need to score in the final exam in order to meet your expectations, given every mark other than the final exam mark", _
                        "Best of luck", _
                        "Please enter all your current marks and the overall mark that you desire (/100)- Start entering from cell G9."), vbCrLf)
    
        
        MsgBox strMessage, , "Welcome " & strName
        
    End Sub
    Last edited by Glenn Kennedy; 03-24-2021 at 01:11 PM.

Thread Information

Users Browsing this Thread

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

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