Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
[1709cds.xls]Sheet1!R1C1
would be a reference containing a workbook name (you must specify a worksheet as well). Could this be you error? (if you have spaces in the names, you might need single quotes as well. ) -- Regards, Tom Ogilvy "Kobayashi" wrote in message ... In the below snippet of code I am trying to replace the hardcoded '1709cds.xls' workbook reference with the name of a variable that I have already declared for the workbook - OCB. However, try as I may (and I certainly have!) I cannot get it to work. Any help would be very much appreciated! CRMatchRange.FormulaR1C1 = "=IF(ISNA(MATCH(RC[6],'1709cds.xls'!R2C1:R1421C1,0)), today(),""Current Item"")" Thanks, Adrian -- Kobayashi ------------------------------------------------------------------------ Kobayashi's Profile: http://www.excelforum.com/member.php...nfo&userid=871 View this thread: http://www.excelforum.com/showthread...hreadid=276260 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Variable named range in worksheet function | Excel Worksheet Functions | |||
Link variable data from one worksheet to another worksheet? | New Users to Excel | |||
VBA Syntax for using a variable in a worksheet function | Excel Discussion (Misc queries) | |||
Looking up a variable in one worksheet and copying information from another column to another worksheet?? | Excel Discussion (Misc queries) | |||
Problems using a variable as a Table_Array in VLOOKUP | Excel Worksheet Functions |