+ Reply to Thread
Results 1 to 2 of 2

How to refer code to specific range in worksheet

  1. #1
    Registered User
    Join Date
    05-11-2010
    Location
    kazakhstan
    MS-Off Ver
    Excel 2003
    Posts
    6

    How to refer code to specific range in worksheet

    Hi,
    How to refer to specific range in worksheet?
    In my sheet1 Object I want to call method ToggleCutCopyAndPaste only for specific range.

    this code works for whole sheet1.

    Private Sub Worksheet_Activate()
    Call ToggleCutCopyAndPaste(False)
    End With
    End Sub

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: How to refer code to specific range in worksheet

    gulaina, instead of color tags, please use code tags!!

+ Reply to Thread

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