Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

2 REPLIES 2
Reply
Message 1 of 3
linuskotte
445 Views, 2 Replies

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

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 

2 REPLIES 2
Message 2 of 3

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
MSengr
in reply to: linuskotte

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.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report