Jump to content

Recommended Posts

Posted

Hello All,

Let me first say once again that this forum is great! So much good information here. I have a question about events and I cant seem to get the logic figured out. What I am trying to acomplish is to have my script open an excel file wait for the user to enter the inforamtion and when the user closes the excel file, i would like the script to contiue to run and finish at that point.

I have looked for examples and trolled the forums for ways to do it. Is there something I am missing in the docs? Are there any examples of this type of code out there?

Thank you all so much!

Posted

Hi,

another way, jumping on cjconstatine's code, avoiding problems with run and blanks in path and filename:

$Excel_Path = 'C:\Program Files\Microsoft Office\Office12\Excel.exe'
$File_Name =  'D:\book1.xlsx'

ShellExecuteWait ($Excel_Path, $File_Name)

;-))

Stefan

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...