How to define a range like this in excel?

时间:2017-08-04 12:48:02

标签: excel

I saw someone posted a question with codes like this:

Range("VendorList[[Target Area]:[Product]]")

how can this range being generated at the first place?

it seems that [ and ] are not allowed, but how can the range above being referred to?

1 个答案:

答案 0 :(得分:0)

As explained by Brandon, the range is actually referring to a Table named: VendorList and then for [Target Area] and [Product] are referring to its fields.