# Creating a COM connection

**URL:** https://discourse.julialang.org/t/creating-a-com-connection/23570
**Category:** Data
**Created:** [April 26, 2019, 5:22pm UTC](https://discourse.julialang.org/t/creating-a-com-connection/23570 "2019-04-26T17:22:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FrancisKing](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/francisking/32/24966_2.png) [@FrancisKing](https://discourse.julialang.org/u/FrancisKing)
#### Post date: [April 26, 2019, 5:22pm UTC](https://discourse.julialang.org/t/creating-a-com-connection/23570/1 "2019-04-26T17:22:55Z")

</div>

Hello.

Since Julia is able to do all kinds of things, I was wondering if it can also do this.

In Python, VBA, and C# I can connect to COM enabled software such as Microsoft Office and transport planning tools such as SIDRA, VISSIM, VISUM.

Something like: Set Visum = CreateObject (‘VISUM.VISUM.180’)

Can Julia do this, please? If so, please can you direct me to more information.

Thanks, Francis.

---

<div class="post-metadata">

### Author: ![jw3126](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jw3126/32/3086_2.png) [@jw3126](https://discourse.julialang.org/u/jw3126)
#### Post date: [April 26, 2019, 9:44pm UTC](https://discourse.julialang.org/t/creating-a-com-connection/23570/2 "2019-04-26T21:44:07Z")

</div>

I think you can do this with `PyCall`, the same way as in python.
