commas in cells

D

Don Guillett

I wonder why?

sub addcommaatend()
for each c in range("a2:a22")
c.value=c & ","
next c
end sub
 
F

Fred Smith

Copy down means:

1. Enter the formula given, in this example, in B1.
2. Highlight cell B1.
3. You will see a box with a small square in the bottom right hand corner.
4. Grab that square with your mouse, and drag it down to the end of the column.
5. Excel will adjust your formulas as needed.
 
G

Guest

Would it be easier to save it as a comma deliminated file or comma separated
file (.CSV) using the save as file type?

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top