B
Barb Reinhardt
I want to functionally define a constant using this equation. Target is the
target for a worksheet change event and it's one cell in this instance.
Statics!Query_from_MS_Access_Database is a named range. You get the
picture. What do I need to change?
CompanyID = VLookup(Target, Statics!Query_from_MS_Access_Database,
2, False)
Thanks,
Barb Reinhardt
target for a worksheet change event and it's one cell in this instance.
Statics!Query_from_MS_Access_Database is a named range. You get the
picture. What do I need to change?
CompanyID = VLookup(Target, Statics!Query_from_MS_Access_Database,
2, False)
Thanks,
Barb Reinhardt