Hide a cell using Windows Script

  • Thread starter Thread starter John Doe
  • Start date Start date
J

John Doe

I have a script that creates and populates an Excel Spreadsheet.

I would like to programmatically hide an entire column from within the
script.

Thanks in advance.

Please post here. No Emails please.
 
John

It would be helpfull if you posted the script, but if you have a reference
to the excel worksheet, then it would be something like

xlWks.Columns("A:A").Hidden=True

HTH

Nick Hodge
 

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

Back
Top