Good references for programming with Excel/VBA

  • Thread starter Thread starter TimParker
  • Start date Start date
T

TimParker

I am doing some work in Powershell and am creating some scripts to
output some data and would like them to end up as Excel files. I am
looking for either online or book references that will help me
understand how to do this.

I have the basics down as to creating a file and getting my data into
it, I am now looking to brighten it up some and put borders around
cells, autofit columns, merge cells together to allow text to flow
across them, etc.

Thanks.

Tim
 
Hi Tim

Record a macro while doing it manually, and you have the syntax for the
operations and properties.

HTH. Best wishes Harald
 
Thanks, Didn't even think of that one! Now I am just have the hurdle
to get over of the change from VBA to Powershell code. It should be
interesting! Thanks again and sorry for the delay in replying.

Tim
 

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