Results 1 to 9 of 9

show hide shape to a cell according to its value

Threaded View

  1. #1
    Registered User
    Join Date
    02-10-2015
    Location
    cyprus
    MS-Off Ver
    2010
    Posts
    50

    Talking show hide shape to a cell according to its value

    hello am new at this and i need some help please.
    i have this worksheet

    Untitled.jpg

    i want whenever i insert number 30 in cells D3 to D62 and cells R3 to R62
    the RCD Shape to apear to it. (RCD is a my group shape).
    i tried with this code but nothing happens

    if you see the example i insert manually the RCD shape to cells R4,R5 etc

    Private Sub Worksheet_Calculate()
         If Range("D3").Value = 30 Then
              Me.Shapes("RCD").Visible = False
         Else
                Me.Shapes("RCD").Visible = True
         End If
     End Sub
    thank you
    Last edited by vlady; 03-13-2015 at 03:58 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Show/Hide Group of shapes while keeping individual shape visibility settings
    By Voldenite in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-14-2015, 03:12 AM
  2. Hide/show shape on Sheet1 based on cell value in Sheet2?
    By Guple in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-05-2013, 02:12 PM
  3. Show/Hide Shape VBA
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-06-2013, 09:03 AM
  4. moving mouse over a cell to show hid a shape
    By aryanarch in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-17-2011, 12:06 PM
  5. Show & Hide Shape in a Sheet
    By Pete Csiszar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2005, 10:07 PM

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