Jump to content

Recommended Posts

Posted

Hi

newbie want to create script to open browser and after that , open this variable in excel.

He ask for the file, but never open in excel.

#include <GDIPlus.au3>

Opt("MustDeclareVars", 1)

Global $excel

; Get BMP file to convert
$excel = InputBox("CVS to XLS", "Entrer le nom du cvs:", @MyDocumentsDir & "\Image.csv", "", 400, 130)
if @Error or not FileExists($excel) then Exit

run ("C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" & $excel)

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...