Results 1 to 27 of 27

Thread: Some Explanation with printing table in a one row

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2009
    Location
    Watch Window(Shift+f9)
    Posts
    1,879

    Question Some Explanation with printing table in a one row

    Can anyone tell me why the table is not comming of any number in a one row.
    instead of one Column.Kindly find the attachment also.
    Code:
    Private Sub Form_DblClick()
    Dim x As Integer, m As Integer, s As Integer, calc As Integer
    m = InputBox("Enter a no")
     For x = 1 To 10
      s = x * m
      Print s   '??s why this is not working for printing in one line.
      Next
         
    End Sub
    Last edited by firoz.raj; May 30th, 2011 at 02:09 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width