Forum Moderators: open
The function takes one argument -- a named range.
This works:
MsgBox ThisWorkbook.Names("NameOfRange").RefersToRange.Value This does NOT work:
ThisWorkbook.Names("NameOfRange").RefersToRange.Value = "foo" Does anyone have any ideas at all as to what the problem might be?