\number
Cells\("{[A-Za-z]*}"\)
Cells(\1.Name)
Cells("uxDefaultCheckboxColumn")
Cells(uxDefaultCheckboxColumn.Name)
a.City + ', ' + a.State + ' ' + a.ZipCode as CityStateZip
CityStateZip = a.City + ', ' + a.State + ' ' + a.ZipCode
,{.+} as {.+}
,\2 = \1
$number
Cells\("([A-Za-z]*)"\)
Cells($1.Name)
(src|href)[ \t]*=[ \t]*["'][ \t]*http: