Results 1 to 4 of 4

Thread: VLOOKUP through code?

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Pozzi's Avatar
    Join Date
    Feb 2001
    Location
    The Stones!
    Posts
    507

    Question VLOOKUP through code?

    Hi,

    I have two workbooks, the first is used to run a report, the other I want to use to archive the report just run.

    The report allows the user to select a week commencing date, and they click run and the report is generated. Once generated I want to copy the report into the other workbook, this bit I think I should be fine with (he hopes).

    In the archive workbook is a sheet named 'Calendar' and it contains a range showing the week commencing date and applicable week number for the year.

    Example: -

    Code:
    Week Commencing	Week No
    09/05/2005	1
    16/05/2005	2
    23/05/2005	3
    30/05/2005	4
    06/06/2005	5
    13/06/2005	6
    Through the code in the 'Report' workbook I want to take the previously supplied date e.g. 06/06/2005 and find out the week number (5).

    Can I use VLOOKUP through the code?

    If not how could I look up the week number?

    I hope I've explained what I'm want to do clearly.

    Regards
    Last edited by Pozzi; Sep 15th, 2005 at 05:36 AM. Reason: Spelling
    VB.Net (VS 2010)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width