Hi,
My mistake was that I was trying to do both extrusions at the same time instead of one at a time.. Also I forgot the "region" part..
Here's an easy example of my function so that everone can learn from my mistake:
Dim D1, t1, l1 As Double
Dim circle1, circle2 As AcadCircle
Dim...