+ Reply to Thread
Results 1 to 2 of 2

shorten this code

  1. #1
    Forum Contributor
    Join Date
    12-16-2006
    Posts
    349

    Red face shorten this code

    If Range("A2") <> "" Then
    Range("A2").Select
    ActiveCell.Offset(2, 4).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    End If

    If Range("A7") <> "" Then
    Range("A7").Select
    ActiveCell.Offset(2, 4).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    End If

    If Range("A12") <> "" Then
    Range("A12").Select
    ActiveCell.Offset(2, 4).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    ActiveCell.Offset(1, 0).Activate
    ActiveCell.Value = "SITE"
    End If
    this code runs for A17 , A22 and so on (every five cells) and at the moment there is thousands of block code, to much hassle can I shirk it ?
    Last edited by khalid79m; 05-15-2007 at 06:32 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444
    Please Login or Register  to view this content.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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