Results 1 to 2 of 2

How to when deselecting my radio button list and my excel goes back to original ?

Threaded View

  1. #1
    Registered User
    Join Date
    12-12-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    14

    How to when deselecting my radio button list and my excel goes back to original ?

    Hi, what should I add so that when I click on deselect my excel goes back to original ?

    Sub testing123()
    '
    ' Macro9 Macro
    '
    
    '
        Range("B16").Select
        Range("B16").Font.ColorIndex = 3
        Selection.Copy
        Sheets("one stop center").Select
        Range("E17").Select
        ActiveSheet.Paste
        Sheets("Interior").Select
        
    End Sub
    Last edited by pike; 12-21-2011 at 04:23 AM. Reason: add code tags for newbie PM Rule

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