Hello experts,

I was wondering if we can program a macro to:
1) Insert a row above the current cell selected, and then filling a single space in the first 24 cells of the row.
2) Insert a column above the current cell selected, and then filling a single space in the first 100 cells of the column.

Thanks. Also if you don't mind can I ask this DOS question...
How can I rename all files in folder which has sub-folders and files inside them using DOS? I don't want to do this manually for each file. What I want is something like:
rename -recursive c:/manyFiles/parentFolder/ *.jpg to *.jpeg

Thanks again,
Charles.