Numberformat issue

I

ina

hello,

I would like to change the format of a column but I do not want to
select it, do you think it is possible to do something like this

Columns("C:C").NumberFormat = "yyyy/mm/dd"

Ina
 
D

Die_Another_Day

I use the column number like this:

Columns(i).NumberFormat = "yyyy/mm/dd"

where i = column number

Die_Another_Day
 

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