Hello everybody
my question is a rather simple one, i need to extract some data from Autocad Architecture in one single table, so far this table has reached almost 27 columns (which is a lot), depending on some user input, some of these columns may have their record values = 0, in this case i want to hide these columns, the hiding needs to be done programatically, since i do not know which one will be hidden.
i can see a HIDE checkbox in Modify Formula Column in the tabel style properties, which means that there has to be some code that i can put in the formula that can hide that column,
Please someone help me, this is for my workplace and i am not a programer...
P.S. the code is in VBA
Thank you