Excel VBA AciveListObject -
i have sheet using excel tables (listobjects) called "tables" , seems cannot name of object changed. have event call class , need set property of active listobject.
is there away can similar activelistobject.name
? know can use activesheet.listobjects("tablename")
isn't going work being have 5 tables on sheet.
please reply ideas.
if want refer listobject contains active cell, can use:
dim olist listobject set olist = activecell.listobject if not olist nothing ' whatever end if
Comments
Post a Comment