Source: examsbuzz.in
cognos active reports – gantt chart
Gantt charts are strong assets for project management, and now IBM Cognos 10.2.1 lets you implement them through RAVE.
excel vba – screen updating
Speed up macros by turning the screen updating off Running large macros can use a lot of resources in Excel, this can cause speed issues. A macro will execute every line of code and perform each task one at a …
excel vba – simple loop
Using Excel VBA to perform tasks using a loop There are a number of ways of writing loops in Excel VBA, but I like to use the ‘Do Until’ method. The basic structure is shown below: Do Until ‘whatever criteria …