Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone tell me what's wrong with this expression?
ActiveCell.FormulaR1C1 = VLookup("G-Factor:", R1C1:R100C6, 6, False) There seems to be a problem with the lookup range ( R1C1:R100C6) probably the syntax. The string "G-Factor:" is within the lookup rang and correct, there's a value on the same row in column 6 and I reall can't see what else could cause failure.... Thanks a lo -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works for me:
ActiveCell.FormulaR1C1 = "=VLookup(""G-Factor:"", R1C1:R100C6, 6, False)" -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * "fabalicious " wrote in message ... Can anyone tell me what's wrong with this expression? ActiveCell.FormulaR1C1 = VLookup("G-Factor:", R1C1:R100C6, 6, False) There seems to be a problem with the lookup range ( R1C1:R100C6), probably the syntax. The string "G-Factor:" is within the lookup range and correct, there's a value on the same row in column 6 and I really can't see what else could cause failure.... Thanks a lot --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
ActiveCell.FormulaR1C1 = "=VLookup(""G-Factor:"", R1C1:R100C6, 6, False)" -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "fabalicious " wrote in message ... Can anyone tell me what's wrong with this expression? ActiveCell.FormulaR1C1 = VLookup("G-Factor:", R1C1:R100C6, 6, False) There seems to be a problem with the lookup range ( R1C1:R100C6), probably the syntax. The string "G-Factor:" is within the lookup range and correct, there's a value on the same row in column 6 and I really can't see what else could cause failure.... Thanks a lot --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |