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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -