2 Visitor Messages

  1. View Conversation
    hi i am new in excel vba please help me i have a user form that have cmd button called cmd pre or cmd new & also code in .
    but they cannot show data from sheet to all text boxes here is sample code
    Private Sub cmdclose_Click()
    Unload Me
    End Sub

    Private Sub cmdNext_Click()
    If ActiveCell.Column = Columns.Count Then
    MsgBox "There is no next cell"
    Exit Sub
    End If

    ActiveCell.Offset(0, 1).Select
    End Sub

    Private Sub cmdpre_Click()
    If ActiveCell.Column = 1 Then
    MsgBox "There is no previous cell"
    Exit Sub
    End If

    ActiveCell.Offset(0, -1).Select
    End Sub
  2. View Conversation
    Thank you for the rep
Showing Visitor Messages 1 to 2 of 2
About ad9051

Basic Information


About ad9051
Location:
Southampton, England
My Microsoft Office Version:
Excel 2007

Statistics


Total Posts
Total Posts
226
Posts Per Day
0.42
Last Post
Excel SOLVER problem, claims it is solved but retains original values. Example given. 05-24-2012 03:06 PM
Visitor Messages
Total Messages
2
Most Recent Message
04-18-2012 06:32 AM
General Information
Last Activity
Today 08:47 AM
Join Date
12-01-2010

6 Friends

  1. Hyflex Hyflex is offline

    Forum Contributor

    Hyflex
  2. Leith Ross Leith Ross is offline

    Forum Moderator

    • Send a message via AIM to Leith Ross
    Leith Ross
  3. mrice mrice is offline

    Forum Guru

    mrice
  4. realniceguy5000 realniceguy5000 is offline

    Valued Forum Contributor

    realniceguy5000
  5. tigeravatar tigeravatar is offline

    Valued Forum Contributor

    tigeravatar
  6. watersev watersev is offline

    Valued Forum Contributor

    watersev
Showing Friends 1 to 6 of 6

Search Engine Friendly URLs by vBSEO 3.2.0