+ Reply to Thread
Results 1 to 2 of 2

Make button invisible on click of another button

  1. #1
    Forum Contributor
    Join Date
    06-06-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    180

    Make button invisible on click of another button

    Hi there,

    I am trying to make another button invisible on the basis of a click of another button. I tried the following:-

    Sub Button1_Click()
    If Button1.Visible = True Then
    Button2.Visible = False
    End If
    End Sub

    Any help appeciated.

    Thanks

  2. #2
    Forum Expert MickG's Avatar
    Join Date
    11-23-2007
    Location
    Banbury,Oxfordshire
    Posts
    2,650

    Re: Make button invisible on click of another button

    Try:-
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] make button single click to avoid user double click
    By Muzza1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-25-2016, 01:02 AM
  2. [SOLVED] Disable/make invisible command button on userform when table created
    By Mad Moose in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2015, 08:47 PM
  3. Make macro button visible/invisible as per user name
    By nayanthara in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-15-2014, 03:46 AM
  4. How do I make a forms button invisible please?
    By aaron.irvine in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-05-2013, 08:36 PM
  5. [SOLVED] Make button invisible??
    By ohaganli in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-30-2012, 09:41 AM
  6. How to make a button in a user form invisible or delete it permanently throgh code
    By zarasandreas in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2010, 06:34 PM
  7. How do I make a command button invisible or visible?
    By Mandora in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-18-2005, 10:06 AM

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