I want to export with VBA

shibasou
Kilo Sage

Hi guys.

 

I want to use Excel VBA to export a case table

 

Is there a way to do this using API integration?

 

Thank you.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @shibasou 

you can use the ODBC driver provided by ServiceNow to connect to ServiceNow instance in Excel and load data. Refer to the following page for more information: https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/odbc-driver/task/t_U... 

Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @shibasou 

you can use the ODBC driver provided by ServiceNow to connect to ServiceNow instance in Excel and load data. Refer to the following page for more information: https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/odbc-driver/task/t_U... 

Maik

Thank you!