jloyzaga 0 Newbie Poster

I have a vbs script and I'd like to convert this bit to python,

It runs a macro within an excel spreadsheet and outputs 4 select lists

<code>
Set oExcel = CreateObject("excel.application")
Var = oExcel.Run ("'I:\Data\CISSS\Resources\UserIDPassword.xls'!mymacro")
</code>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.