200 likes | 412 Views
Information Technology In Finance. Stefano Grazioli. Critical Thinking. Overall you are doing well! First optional lab: Friday 2-3:30 room 395 Solutions are available . XLSX vs. . XLXM Running from R: or S: Do not follow the lab blindly EasyMeter . You D o T he Talking.
E N D
Information Technology In Finance Stefano Grazioli
Critical Thinking • Overall you are doing well! • First optional lab: Friday 2-3:30 room 395 • Solutions are available • .XLSX vs. .XLXM • Running from R: or S: • Do not follow the lab blindly • EasyMeter
You Do The Talking • Name, year, program • Learning objectives • What you like about the class • What can be improved • Looking for a Team? Strengths? • Attitude towards the Tournament
Control Structures Loops forrepetitive tasks
Loops – For … Next Fori AsInteger = 1 To 10 Step 1 Application.ActiveCell.Offset(i, 0).Value = i * 100 next
Loops – For Each ForEachmyCellAsExcel.Rangein Application.Range("A1:B4") MyCell.Value = myCell.Value * 2 Next
Loops – Do Loop 1 Do ‘ body of the loop Loop While <test>
Loops – Do Loop 2 Do While <test> ‘ body of the loop Loop
WINIT What Is NewIn Technology?
Suggestions • Test what you build • Email me. Come and see me.
Debugging • Error window • Breakpoints & Cursor • Watch • Searching for help
Individual Productivity Tricks &Best Practices
Shortcuts • Well worth the effort: “the difference between having to stay at work after dinner or not” • Alt will visualize them • Find & Memorize those who are useful to you • Alt + w + e = full screen(esc to escape)