Hello,
How can I update a specific tag that is associated with a specific cell to match the file name with VBA.
Right now, I have wrote codes to create drawings with different templates based on an Excel sheet and rename them all to match Excel Cells.
I have put multiple tag sets associated to unique cells in the templates drawings. I would like to update those tags and duplicate cells based on the excel certain cells.
My idea of finding which cell to match is:
1. Update Drawing Number Tag in DGN to match the File Name (the question in this post)
2. Find the Cell that has same value as the Drawing Number Tag and output the row number.
3. Update other tags based on the predefined Column# and Row Number. (My tags right now can be updated if I pre-define the Row Number as well)
Any suggestion is appreciated, I would love to know if there is an alternative path as well.
Regards,
KZ