- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon,
I’m having trouble updating the parameters of a part. When I edit the parameters, I try to update the part using doc.Update, but every time I make a change, I have to manually click the "Local Update" button because the update doesn’t apply correctly.
I also tried using doc.Update2(True), but it doesn’t work either. I’m not sure what’s going wrong.
Any advice would be greatly appreciated!
GoExcel.Open("C:\Users\dave0\OneDrive\Escritorio\ProgramaInventor\ProgramaInventor.xlsm")
Dim doc As Document = ThisApplication.ActiveDocument
RadioConexion = GoExcel.CellValue("J" & 4)
Espesor = GoExcel.CellValue("M" & 4)
doc.Update
GoExcel.Close()
Solved! Go to Solution.
Link copied