|
VBA - How to put data in cell with macro?
I'm a complete novice when it comes to VBA. (I'm currently without anything to do at work, so I'm trying to write a program.)
I'm trying to write a macro code in VBA to open a bunch of files and calculate how many lines are in the file. I then want to write the total number of lines in the cell of the column of a "blank" file. When I've tried to use the line
cells(k,1) = total
I get an "object" error. Can anyone help me?
Thanks,
indieFan
|