M
Mac
This cal:
Call ActiveWindow.Select(remoteShp, visSelect)
gives me an 'Inappropriate target object for this action' error. The
remoteShp object has been properly (I guess) assigned before by:
Set remoteShp = cnct.FromSheet.Connects(1).ToSheet
I really don't see where there might be problem...ahhh...why me!!!
Call ActiveWindow.Select(remoteShp, visSelect)
gives me an 'Inappropriate target object for this action' error. The
remoteShp object has been properly (I guess) assigned before by:
Set remoteShp = cnct.FromSheet.Connects(1).ToSheet
I really don't see where there might be problem...ahhh...why me!!!