Image name to Excel
(Originally posted by atwhiteley on 7/27/2006)
How do you get the name of the image you are working on to be exported to a cell in Excel. I have been trying to use various commands but I cannot make it work. Any ideas?
0
Comments
-
(Originally posted by KevinR on 7/28/2006)
The Data Collector can capture the image name directly, and Data Collector results can be sent to Excel.
Alternatively, you can obtain the image name with the macro command:Dim imName as string *255 ... ret = IpDocGetStr(INF_NAME, DOCSEL_ACTIVE, imName)
This string can be written to the Output Window with IpOutput( ) commands (or IPrint( ), which appends a CR/LF to the end of the string), and the Output Window can be used to export the data to Excel. Record sending the Output Window contents to Excel for that.0
Categories
- All Categories
- 958 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 444 Image-Pro General Discussions
- 487 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 193 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 105 Image-Pro Plus General Discussions
- 85 Image-Pro Plus Automation with Macros
- 35 Legacy Products
- 15 Image-Pro Premier 3D General Discussions
- 20 Image-Pro Insight General Discussions
