+ Reply to Thread
Results 1 to 9 of 9

Prevent Button from shrinking and being deleted with row

Hybrid View

  1. #1
    Forum Expert
    Join Date
    10-06-2008
    Location
    Canada
    MS-Off Ver
    2007 / 2013
    Posts
    5,701

    Re: Prevent Button from shrinking and being deleted with row

    Right click on the Button, format control, properties and select "Don't move or size with cells."
    Or hold down your Ctrl key while left clicking on your Button (to select it) and then run this code.
    Sub No_Shrink_Button()
        With ActiveSheet.Shapes
        With Selection
            .Placement = xlFreeFloating
            .PrintObject = False
        End With
        End With
    End Sub
    Last edited by jolivanes; 12-28-2018 at 10:03 PM. Reason: Add info

+ 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. Replies: 4
    Last Post: 08-07-2017, 02:49 PM
  2. Command button font shrinking
    By KimMorgan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-07-2016, 11:37 AM
  3. Command Button Fonts keep shrinking
    By alb2p in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-14-2013, 02:38 PM
  4. Shrinking text size-command button
    By chemi9 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-24-2012, 07:21 PM
  5. Macro button keeps shrinking as it gets used?
    By mhni in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-30-2009, 02:39 AM
  6. Prevent Shrinking UserForm Too Many Times
    By LiamPotter in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2008, 06:17 AM
  7. [SOLVED] button caption font shrinking
    By JeffP in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-15-2005, 07:05 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