Results 1 to 5 of 5

lookup

Threaded View

  1. #1
    Registered User
    Join Date
    02-04-2009
    Location
    australia
    MS-Off Ver
    Excel 2003
    Posts
    16

    lookup

    i want a macro to search all of column A in multiple sheets for a date that has been put into an input box.

    the matching dates have data corresponding to them in that row. i want the date and data from the row to then be copied into a new sheet.

    Dim Input1 As String
    
    Input1 = InputBox("Please Enter Date as DD/MM/YYYY")
    
    vlookup(Input1, Production!(A3:A3000),1:7,False)
    this is what i have so far.

    1:7 returns columns 1:7?
    where do i specify where i want the data to be shown and do i need to write multiple lookup statements to search through the A columns in all the different sheets or can i get it to look in all of them at once?
    Last edited by ~Lews Therin~; 02-19-2009 at 01:38 AM.

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