Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dgreatice
in reply to: NachitoMax

Hi,

 

Yes you can. with this code:

Dim oDWGdoc as DrawingDocument

oDWGDoc = ThisApplication.ActiveDocument

 

Dim oSht as Sheet

'oSht = oDWGDoc.sheets.item(1)  'With index, result get sheet:1 ; or

'oSht = oDWFDoc.sheets.item("test:2") ' with name of sheet  ; pick one

 

'next you're code

 

Please use the ACCEPT AS SOLUTION or KUDOS button if my Idea helped you to solve the problem.

Autodesk Inventor Professional Certified 2014