cancel
Showing results for 
Search instead for 
Did you mean: 

GUI script to connect Excel

Former Member
0 Kudos

Hi, Friends,

I'm trying to use GUI script for auto-testing and batch update.

I know a bit VBA but have no idea how to get GUI script to connect existing Excel file.

Could anyone share some insights, please?

Really appreciate your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found answer from else where.

use following lines to open excel

for example

Set objExcel = CreateObject("Excel.Application")

Set objworkbook = objExcel.Workbooks.Open("C:\Users\auwedon\Documents\work\Script\WIP\change_customer_group\customer_group.xlsx")