I'm not a coder, but I generally accomplish my goals looking for similar situations on forums.
I've found some similar answers to my question, but regarding worksheets, but I couldn't manage to make it work with tables.
I have a table Called "Storage” that is populated with data called from a VBA. In this table there is a column named "BACKEND_STORAGE”, that sometimes come with "#N/A”. I'd like to delete entire rows where column “BACKEND_STORAGE” column has a value of “#N/A”, and leave rows where there is data at this column. Sometimes there are no rows with "#N/A” values, so nothing should be done.
Can anyone point me in the right direction? I've found something similar, but pointing to Worksheet instead of table in the link below.
Table Example:
ESX_CLUSTER VM BACKEND_STORAGE
CCDB-03 SRVLNX01 6000144000000010307d6f1542453
CCDB-03 SRVLNX01 6000144000000010307d6f1542454
CCDB-03 SRVLNX01 #N/A
Thanks!
I've tried what I've found in this thread, but couldn't manage it to work.