Hi all,
Im trying to edit an excel doc in powershell and slowly getting there finding bit parts of solutions on the web, in the end it would be lot easier! and beneficial if i could work it out myself, instead of having to search each time for the new task or have to ask one of you good people to save my bacon!
from what i understand all the com objects for excel can be used for c# / vb or powershell. but what I dont understand is how to change the syntax from c# into posh or any other method (I found a few posts saying to record a macro then you change the vb to posh)
Example.
Ive managed to get some data in a spreadsheet and format it to use a table style. but i now want to sort it by a column.
msdn has a link:
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel.sort_properties(v=office.14).aspx
without knowing vb, im confused by how to work out the steps needed to run a sort on my document.
Any help would greatly appreciated..