How to import the iproporties into excel in a particular folder files

How to import the iproporties into excel in a particular folder files

linuskotte
Advocate Advocate
559 Views
2 Replies
Message 1 of 3

How to import the iproporties into excel in a particular folder files

linuskotte
Advocate
Advocate

Hi

 

 

I need one ilogic or macro for import the iproperties  into excel sheet in a particular folder files.

 

for example

1.Author

2.Company

3.Part number

4.Description

5.Revision Number

6.Project

7.Designer

8.Creation Date

9.some of the custom iproporties

 

Please help me

 

Thanks in advance

 

Regards,

Sunil kotte 

0 Likes
560 Views
2 Replies
Replies (2)
Message 2 of 3

Vladimir.Ananyev
Alumni
Alumni

These topics are well described in the Inventor Help. See iLogic section.

 

iProps.png

 

e.g. 

PartNumber = iProperties.Value("Project", "Part Number")

Author = iProperties.Value("Summary", "Author") 

 

Excel.png

 

 See GoExcel.Open / Save/ Close ,  GoExcel.CellValue, etc.


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Message 3 of 3

Anonymous
Not applicable

http://modthemachine.typepad.com/my_weblog/2010/02/accessing-iproperties.html

 

This article was helpful when I was attempting the same type of thing. If you're making a macro, remember to load the excel object library.