Results 1 to 9 of 9

cant get userform label to display cell value

Threaded View

  1. #1
    Registered User
    Join Date
    04-02-2010
    Location
    Kentucky
    MS-Off Ver
    Excel 2000
    Posts
    7

    cant get userform label to display cell value

    I have been searching forums and the web for an answer to this with no luck so far. I have an add-in that I would like to add a report popup for. I am using a userform to make this report. I want to use a cell value that changes once daily to populate. When I run the userform, the values do not show up. they just show "lable1".

    
    Private Sub Label8_Click()
                   
        Label8.Caption = Worksheets("W G S").Range("K48").Value
        Label9.Caption = Worksheets("W G S").Range("K54").Value
        Label10.Caption = Worksheets("W G S").Range("K56").Value
        Label11.Caption = Worksheets("W G S").Range("K58").Value
        Label12.Caption = Worksheets("W G S").Range("K46").Value
        Label13.Caption = Worksheets("P A R").Range("Q24").Value
        Label14.Caption = Worksheets("P A R").Range("S24").Value
        
    End Sub
    I don't understand why the values are not showing up. Any help or insight would be greatly appreciated.

    Thanks,

    Rob
    Last edited by justaguyfromky; 06-02-2011 at 01:13 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