Results 1 to 2 of 2

coding a command button to open a particular worksheet

Threaded View

  1. #1
    Registered User
    Join Date
    01-06-2010
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    19

    Smile coding a command button to open a particular worksheet

    Hi, I have a command button that I would like to use to view a worksheet when it has been clicked, the code I have below come up with an error:

    Object doesn't support this property or method

    
    Private Sub CommandButton1_Click()
    
    Workbooks.("Project.xlsm").Worksheets("interestRateSim").Show
    'I also Tried 
    'Workbooks.("Project.xlsm").Worksheets("interestRateSim").Visible = True
    
    End Sub
    Many thanks for your time
    Last edited by mashoutposse; 04-03-2010 at 07:13 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