How Unhide & Hide Columns with VBA

J

jean

Hi,

In fact I would like that VBA insert some columns (with the same Formating
as one specific column.
But i don't know how to do that & I was thinking to create all the columns I
need Hide them before I start the program & later the program unhide the
columns it needs.
Any Idea how to do that?

Thant you very much.

jean
 
D

Dave Peterson

You could record a macro when you hide and unhide a column to see the code you
need.

And you could record a macro that would insert a new column, then copy an
existing column and paste special|Format over that new column.
 

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