Making changes in a BOM with API

Oct 15, 2004 0 Replies

Hi,



I'm trying to work with an excel based BOM, but I can't get get the changes to in the BOM to stay and detach from the BOM.



If I omitt the bom.detach statemate, the user is left with excel spreadsheet open, if I include it the changes are lost



What am I missing ?



My bit of code looks like this,



Set View = Drawing.GetFirstView Set View = View.GetNextView Set BomTable = View.GetBomTable If Not (BomTable Is Nothing) Then BomTable.Attach3 Set xl = GetObject(, "Excel.Application") Set xlsh = xl.ActiveSheet



' do excel stuff xl.Quit BomTable.Detach Set xl = Nothing Set BomTable = Nothing End If



Cheers Craig


Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required