Problem in using a Mating Assembly Macro
Problem in using a Mating Assembly Macro
(OP)
Hi all Again
Sorry for asking the 2nd question right away
I was using this post to do some matings in Assembley , but whether I open a part or assembly I get a run time error 91 : Object variable or with block variable not set
I don't know in which line the set is not compatible with my assy, but I have chosen one of the components first ,only that I opened as Assembly that the parts already have a mating
is this a problem ?
Sorry for asking the 2nd question right away
I was using this post to do some matings in Assembley , but whether I open a part or assembly I get a run time error 91 : Object variable or with block variable not set
I don't know in which line the set is not compatible with my assy, but I have chosen one of the components first ,only that I opened as Assembly that the parts already have a mating
is this a problem ?






RE: Problem in using a Mating Assembly Macro
RE: Problem in using a Mating Assembly Macro
-handleman, CSWP (The new, easy test)
RE: Problem in using a Mating Assembly Macro
it's this line always :
bRet = NewObjToSelect.Select(True): Debug.Assert bRet
RE: Problem in using a Mating Assembly Macro