Hi,
I have got macro in VBA for SW which takes selected point,puts on this point new coordinte system and later should use this coordinates to another part of program.But it still sees some problem about incompatible type of variable.
below i putted my code:
***After clicking the button:
Private...
I got some macro which gives some info about normal to selected earlier surface and root.All this data are relatively to deafault Coordinate System(CS).
I wondered how I could change CS,and I found ability to put in SW menu (Insert/ReferenceGeometry/CoordinateSystem)new CS.But unfortunetly still...
I want to create opportunity in my listbox to grab some item and put it in other place(higher or lower) in the same listbox.And I have no idea how to achieve this.
If anybody could help me i will be graceful.
I've got some macro which generates text file and saves it in folder.The point is to create some macro which allows save the same file with diffrent name in the same directory.Its mean add to old name number one bigger and save it in the same path.Just like in windows.When you are creating copy...