RuudvdBrand
Computer
- Aug 6, 2012
- 34
Hello all,
Does anyone knows how to change the spreadsheet name by strings.
For example
Base model is "BASE/A"
saved to "CustomerX/A"
ug_excel_read( "BASE/A", "B2" )
ug_excel_read( "CustomerX/A", "B2" )
is there a way to change the location quickly after the save as.
example: ug_excel_read( "Excel_Location/A", "B2" )
Excel_location is build up by the attribute DB_PART_NO + DB_PART_REV
Thnaks for the help
Does anyone knows how to change the spreadsheet name by strings.
For example
Base model is "BASE/A"
saved to "CustomerX/A"
ug_excel_read( "BASE/A", "B2" )
ug_excel_read( "CustomerX/A", "B2" )
is there a way to change the location quickly after the save as.
example: ug_excel_read( "Excel_Location/A", "B2" )
Excel_location is build up by the attribute DB_PART_NO + DB_PART_REV
Thnaks for the help