Results 1 to 3 of 3

Code for filling (worksheet attached)

Threaded View

  1. #1
    Registered User
    Join Date
    07-01-2010
    Location
    adelaide
    MS-Off Ver
    Excel 2003
    Posts
    86

    Code for filling (worksheet attached)

    Attached is a copy of the workbook that i need help with.

    i have this code ( see below) that i want to edit so that when it data is filled in the section G46 it will then enter to the next cell needed eg. G71 etc.

    the data is chosen from clicking on the fixed or portables area next to the cell.


     Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    
    If ActiveCell.Column = 6 Then
    
    ActiveCell.Copy Destination:=Sheets("NAC HANDOVER").Range("G46")
    
    End If
    
    End Sub
    Attached Files Attached Files

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