Here is an example that shows you how to create a xml file from excel data (xls) using macros.
Print #FileNum, Cells(1, 1); '
Print #FileNum, "
"
For r = 3 To 327
Print #FileNum, ""
Print #FileNum, ""; Cells(r, 2); ""
Print #FileNum, "Classified Feed"
Print #FileNum, "" [More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5