Jump to content

Recommended Posts

Posted

Hi Guys

I'm using the following command to open an Excel file:

$FilePath = "c:\testfile.xls" 
$oExcel = _ExcelBookOpen($FilePath)

The Excel file I will be using with this script will be different everytime and will probably not be held in the same location either. So basically rather than declaring the file to open I want it to pop up a windows explorer box, the user browses to the file on their machine, and then that gets read in as $FilePath.

I've searched the forums but having difficulty in finding an answer, can anybody help please?

Cheers

Mark

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
×
×
  • Create New...