Results 1 to 13 of 13

how to select a variable row depending on a number i introduce

Threaded View

  1. #1
    Registered User
    Join Date
    01-24-2013
    Location
    chile
    MS-Off Ver
    Excel 2007
    Posts
    12

    how to select a variable row depending on a number i introduce

    hi!
    i want to introduce a number in the textbox1, and that number sets which entire row to select for making a chart. i thought of something like this, but i cant put the variable x just like that. please help!

    Private Sub CommandButton1_Click()
    Dim x As String

    If TextBox1.Text <> "" Then
    x = TextBox1.Text
    Range("Ax:Mx").EntireRow.Select
    ActiveSheet.Shapes.AddChart.Select
    ActiveChart.SetSourceData Source:=Range("'sheet1'!$A$x:$M$x")
    ActiveChart.ChartType = xlLineStacked
    UserForm1.Hide
    End If

    End Sub
    Last edited by Antonio Rosales; 01-24-2013 at 11:20 AM.

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