How to specify the browser that should be used in WebTest
In WebTest it is possible to define which browser shall be simulated. Currently WebTest support the following browsers:Firefox3 (or FF3)Firefox2 (or FF2)InternetExplorer6 (or IE6)InternetExplorer7 (or...
View ArticleRead File Properties with Excel VBA
The VBA script for Excel below will read the 'File Version' from the file properties and will read file name and its version each into a column in a Excel sheet.Sub getFileProductVersion() Dim objShell...
View Article"Create List..." in Excel 2003 with VBA
While working on data within Excel with VBA, I like to use dynamic lists to address the data and eventually to give it a name.To create a list, the same one as you would do manually by calling "Create...
View ArticleDate Format Fix in Excel 2003
Due to an issue in Excel 2003, sometime the date formats are not updated in the cells, which leads to the problem, that a cell shows a date but is not read as a date by macros and formulas.You could go...
View ArticleRecursive search on the filesystem for the content of a log-file
I had the following problem lately:On a test server I was looking for a log-file on the installation path and/or one of its sub-folders with some information about a "session timeout".I didn't know the...
View Article