Thank you for your suggestion. But I need the button to be clicked before selecting the dimensions(Selection of dimensions and adding to loop should happen on loop)
The following are the steps
1.User Run macro
2.Form opens
3."Select Dimension" button will be clicked
4. So my program should allow to select dimension
5. Once the dimension is selected then it should add to list
I dont know how to give provision for multiple dimension selection after click of...
The below code Im using for adding selected dimension to list. But before getting the selected dimension I want the select dimension manually one by one on click of a button
Set swApp = CreateObject("SldWorks.Application")
Set swModel = swApp.ActiveDoc
Set swDraw = swModel
Set...
Hi
can anyone help me how to select the dimension one by one dynamically through vba code. The code should work on click of a button I need to select the dimension one by one. I have did the code for single dimension selection and the selected dimension will add to list box. But how to select...
Hi Gupta thank you for your answer.
Th macro will add a centermark to the circle. But after selecting the view I need to highlight the circles which are not having the centermark. I no need to add the centermark.
Kindly suggest.