1 Visitor Messages

  1. View Conversation
    Hello rylo,

    You have helped in the past with some coding for excel... i can't find the post were you provided me the below code to RESOLVE and RATE it...

    Sub g_Copy_Paste()
    Dim DatSH As Worksheet, WorkSH As Worksheet
    Set datash = Sheets("Analysis")
    Set WorkSH = Sheets.Add(After:=Sheets(Sheets.Count))
    ActiveSheet.Name = "Working"

    Range("A1:D1").Value = Sheets("Analysis").Range("B2:E2").Value
    datash.Activate

    Set filtrng = Range(Range("A2"), Range("A2").End(xlDown)).Resize(, 5)

    Range(Range("A2"), Range("A2").End(xlDown)).Resize(, 5).AdvancedFilter Action:=xlFilterCopy, copytorange:=WorkSH.Range("A1:D1"), unique:=True
    With WorkSH
    .Range("A:D").Sort key1:=WorkSH.Range("A1"), Header:=xlYes
    .Range("H1").Value = datash.Range("A2").Value
    For i = 2 To .Range("A2").End(xlDown).Row
    .Range("H2").Value = "* " & .Cells(i, 2).Value & " *"


    etc..
Showing Visitor Messages 1 to 1 of 1
About rylo

Basic Information


About rylo
Location:
Brisbane, Australia
Occupation:
Product Forecaster / System Administration
My Microsoft Office Version:
2007

Statistics


Total Posts
Total Posts
4,926
Posts Per Day
2.67
Last Post
Charting Payroll Yesterday 06:42 PM
Visitor Messages
Total Messages
1
Most Recent Message
12-08-2011 08:15 AM
General Information
Last Activity
Yesterday 06:43 PM
Join Date
01-15-2007

Search Engine Friendly URLs by vBSEO 3.2.0