I have a data link as an excel file. I have that link in many pages of my drawing set. If I change some parameters in the excel. I have to open each sheet and click download repetitively. Are there any ways to update the data link automatically? just like an xref
Solved! Go to Solution.
Solved by cadffm. Go to Solution.
Solved by pendean. Go to Solution.
Solved by john.vellek. Go to Solution.
HI
Use this command
DATALINKUPDATE (DLU)
This command only works in 1 CAD file!! I still need to open them one by one.
I am seeking the method to update automatically each time I make change of the data link. Not open the cad file one by one and use this command.
But still thanks!!
Hi @Anonymous,
Have you considered placing the update command into a lisp file such as acaddoc.lsp which would load at start?
I think this syntax might work: (command "DATALINKUPDATE" "_U" "_K")
Please select the Accept as Solution button if my post solves your issue or answers your question.
thanks!
Would you like to share some instruction or documentation about how to make the lisp file load automatically when I open the file? Thanks
Hi @Anonymous,
I have attached the lsp file. Put it in your AutoCAD support path and that should work. ( I hope I got the syntax correct as i don't do much Lisp programming anymore).
I'm sure a Community member can help out if I got it screwed up.
Sebastian
Can't find what you're looking for? Ask the community or share your knowledge.