Results 1 to 4 of 4

Macro Help

Threaded View

  1. #1
    Registered User
    Join Date
    07-06-2005
    Posts
    15

    Macro Help

    Is it possible to create macro/VB that can generate something like the below example.

    Input data:

    NAME ID CODE NUM SOURCE
    JEEY 3 HYX 11 B
    JEEY 33 HYX 55 A
    JEEY 43 HYX 1 B
    FRAN 88 BTY 5 A
    FRAN 78 BTY 88 B


    Using Name,Code and the Source as the key - the report should look like this:
    Desired result:

    NAME ID CODE NUM SOURCE
    JEEY 33 HYX 55 A
    ............................ JEEY 3 HYX 11 B
    ............................ JEEY 43 HYX 1 B
    ----- ----- ----- ----- ----- ----- -----
    FRAN 88 BTY 5 A ...... FRAN 78 BTY 88 B

    The actual result:
    A - Left side
    B - Right side

    Thanks
    Jimmy
    Last edited by sanjimmy; 11-01-2006 at 08:40 PM.

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