|
|
CSS 341 - Fundamentals
of Programming Theory and Applications Most Examples due to Kelvin Sung |
|
Lecture Week/Date |
What |
For Download |
|
|
Word Search: From the beginning of from “current” position |
|
| Random Number Generation, Utility use in many places. Must be seeded before reference. | Rand.vbs | |
|
|
HTML. Simple example on
working with HTML checkbox and how to sort with Microsoft Excel.
|
|
|
|
Example Problem Solving: Interest Rates and Making a profit for the bottom line
. Multiple submit buttons and event subroutines… |
|
|
|
Sorting with Excel: this
is an example of copying contents from an array to an excel page, sort, and
copy the sorted result back to the array. |
|
|
|
Table in VBS. Generates a sine and cosine table in VBS and uses Excel for formatting display | TableinVBS.vbs |
| Table in Excel. Generates a sine and cosine table in Excel and uses Excel for formatting display | TableinExcel.vbs | |
| Chart as Object. Uses Excel chart object to display sine and cosine graph embedded in table spread sheet. | ChartasObject.vbs | |
| Chart as Sheet Uses Excel chart object to display sine and cosine graph as separate sheet in the workbook. | ChartasSheet.vbs |
|
|
|
|