INTRODUCTION TO VBA PROGRAMMING Lesson7
INTRODUCTION TO VBA PROGRAMMING Lesson7
PROGRAMMING
LESSON7 [email protected]
Agenda
Files
Output to file
Input from file
2 4
3 8
C = “four five”
D = “Six”
E = “seven”
F = “eight nine”
G = “ten”
A = “Hello Everybody”
22 1 2
12 3 4
34
Display the matrix in a message box
Introduction to VBA programming - (c) 2009 Dario Bonino
Exercise 5
Write a program that reads a matrix in the format
defined in Exercise 4 and writes a new file where
the rows and the cells of the matrix are exchanged
(transposed matrix)
1 2 1 3
3 4 2 4