Results 1 to 2 of 2

Apply a maco to multiple active sheets

Threaded View

  1. #1
    Registered User
    Join Date
    01-07-2013
    Location
    santa barbara
    MS-Off Ver
    Excel 2010
    Posts
    2

    Apply a maco to multiple active sheets

    I have the below macro that I created on the second sheet of my workbook and I want to apply it to the rest of the remaining sheets. Can someone please help me?

    Sub tier1sum()
    '
    ' tier1sum Macro
    ' tier 1 sum
    '
    ' Keyboard Shortcut: Ctrl+a
    '
        ActiveCell.FormulaR1C1 = "=SUM(R[2]C:R[149]C)*25%"
        Range("H2").Select
    End Sub
    Last edited by vlady; 01-07-2013 at 02:04 AM. Reason: code tags

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