Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Using exchange 2007 powershell and Excel 2007 to send automated ...

    By wmoore I decided to use the exchange powershell and Excel 2007 to accomplish this task and below are the two scripts I used to accomplish it. First, the Exchange 2007 Powershell script:. #create the output file #$file = new-item -itemtype file ... Read More
    Posted to Exchange (Forum) by ps2 on 03-09-2009
    Filed under: Exchange 2007, Excel
  • Send Powershell output to an Excel, PDF, or Image file

    By Chad Miller Since SSRS reports can use DataTables as a data sources I thought this would make a nice way to export the output of any Powershell command/script to a number of different formats natively supported by SSRS including Excel, PDF, ... Read More
    Posted to General (Forum) by ps2 on 04-17-2009
    Filed under: Output, PDF, Excel, Image File
  • How to read out a date format cell as string from excel with PowerShell?

    Hi all! May problem is: I have a scirpt, that read out the data from an excel file: Quote: $excel = New-Object -COM Excel.Application $ci = [ System.Globalization.CultureInfo ] 'en-US' $src = "path:excel.xls" $book = $excel .Workbooks.PSBase.GetType().InvokeMember( 'Open' ,...
    Posted to Microsoft Office (Forum) by Kokai on 06-22-2009
    Filed under: Excel
  • Set excel cell format to string

    Hi all! I have a little problem. I trasfer data to an excel worksheet. The data is integer, and start with 2 zeros: example: 00231441 Its working, but when the script load these numbers into the worksheet, it cut the zeros. But if the cells format is string, it is working fine. So, I would like to set...
    Posted to Microsoft Office (Forum) by Kokai on 08-12-2009
    Filed under: Excel, Out-Excel
  • Export Csv and Embed csv in mail

    I have written a script that pulls the prohibit send flag and forwards that info to an email. I would like to embed this table or excel in the email. I have not found proper formatting instructions or forum notes. Any help would be great. The script works well, I just need to pretty it up a bit Add-PSSnapin...
    Posted to Exchange (Forum) by myrandomstuff on 09-29-2010
    Filed under: Exchange 2007, Excel, email, csv, embedm
  • Excel Spreadsheet Export

    Hello, I have VBA script that allows me to export the contents of a Excel spreadsheet into a CSV file. I have been trying to figure out how to get the VBA command into a PS command and am lost on the parameters. I would like to open the spreadsheet in read-only mode and not see Excel and not prompt me...
    Posted to PowerShell for Windows (Forum) by charles05663 on 05-16-2011
    Filed under: COM, Excel
  • How to open office excel file in the mode...

    office excel template .xlt -> double click = document openned (title of document="template") -> right click, select Open = document openned (title of document="template.xlt") If I double click a office excel template the title of the document has the file name without the file...
    Posted to PowerShell for Windows (Forum) by tererecool on 02-03-2012
    Filed under: Excel, edit, powerwershell, office, run, open
  • My Scritp not load Excel add-ins

    Hello, friends ... I created a script that opens Excel using examples from the Internet, as follows: $objExcel = new-object -comobject excel.application $objExcel.Visible = $True $objWorkbook1 = $objExcel.Workbooks.Open("C:\MyFile.xlsm") This script works perfectly: it opens the workbook that...
    Posted to PowerShell for Windows (Forum) by Facioli on 02-24-2012
    Filed under: powershell Windows-programming, Excel
  • PowerShell, VM and Excel

    Fatbeard wrote a script to get all VMs and populate an Excel spreadsheet. Read More
    Posted to Microsoft Office (Forum) by ps2 on 02-28-2009
    Filed under: Excel
Page 1 of 1 (9 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.