dadinux
Guest
Hello.
I am a little neophyte not so much of the vba in general as of the autocad functions.
I must change a value within a specific attribute of a block (the total number of pages of the document)
block = mask3
tags
this if possible should be carried out on a number "n" of sheets
my intention would be to upload 1 document at a time, to change the attribute value, close the file and upload the next.
I imagine you will have to count how many files there are in the folder that contains them, assign the value to a variable and make the change in a cycle.
Can you give me an ambush? especially for how to manage blocks. I've really drowned them. . .
Thank you
I am a little neophyte not so much of the vba in general as of the autocad functions.
I must change a value within a specific attribute of a block (the total number of pages of the document)
block = mask3
tags
this if possible should be carried out on a number "n" of sheets
my intention would be to upload 1 document at a time, to change the attribute value, close the file and upload the next.
I imagine you will have to count how many files there are in the folder that contains them, assign the value to a variable and make the change in a cycle.
Can you give me an ambush? especially for how to manage blocks. I've really drowned them. . .
Thank you