I am trying to create a macro that copies and pastes a drawing component from the background view to another view. So far I've tried this (not written perfectly, written for readability):
Dim bubble as DrawingComponent
Set bubble = CATIA.ActiveDocument.Views....Components.Item('Bubble1')
Dim...