Releases: alxcor/camxls
SparesWeb v1.4.6
Read MLFB correction: due to changes on IndustryMall website
SparesWeb v1.4.5
SparesWeb_1_4_5.xls: Check the availability of spare parts using information from Siemens Industry Mall.
New version with some extended functions.
SparesWeb v1.4.4
SparesWeb_1_4_4.xls: Check the availability of spare parts using information from Siemens Industry Mall.
New version using xmlHTTP, Ribbon Buttons and a new worksheet layout.
SparesWeb v1.4.3
SparesWeb_1_4_3.xls: Check the availability of spare parts using information from Siemens Industry Mall.
Use "Read Row" to read data only for current Row or "Read All" to read all Rows.
Excel macros are using only the xmlHTTP version.
If an older version, using IE connectivity is needed, edit Sub EvaluateRow() and Sub EvaluateAll() and change the value for netMode variable:
'netMode: 0=Internet; 1=Intranet; 2=xmlHTTP version
In version 1.4.3 the line is set to:
netMode = 2 'Use 2=xmlHTTP version