I tried changing the last few lines to this, but still no cigar.
"selection1.Copy 'Copies current selected items
selection1.Clear ' Clears the selection of items, so the new product can be selected
Dim specsAndGeomWindow2 As SpecsAndGeomWindow
Set specsAndGeomWindow2 =...
Hello,
I am writting a macro to be able to copy/paste and breaklink products between 2 different windows. I am able to do it manually so I know it's possible.
I've also written a macro that does it but limited to same window for paste.
I'm wondering what I would have to change with my code to...