Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 84
Default go to vlookup location

in column A i have all unique values increasing in value (receipt numbers)
in C1 i have a vlookup value that will give a receipt number
i need to go to the cell in column A that is equal to C1

Thanks in Advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default go to vlookup location

Public Sub Test()
Sheets("Sheet1").Range("A:A").Find
What:=Sheets("Sheet1").Range("C1").Value
End Sub

"choice" wrote:

in column A i have all unique values increasing in value (receipt numbers)
in C1 i have a vlookup value that will give a receipt number
i need to go to the cell in column A that is equal to C1

Thanks in Advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro - save to current location vs excel default location leezard Excel Discussion (Misc queries) 0 October 28th 08 03:04 PM
Tab location [email protected] Excel Discussion (Misc queries) 4 June 26th 07 03:26 AM
Vlookup file location changes depending on value within cell vane0326 Excel Worksheet Functions 0 June 25th 06 03:23 AM
How recover location with vlookup... Iván[_2_] Excel Programming 1 November 16th 04 09:03 PM
Go To Location choice[_2_] Excel Programming 1 November 14th 04 09:02 PM


All times are GMT +1. The time now is 06:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"