Subidoooo Posted May 16, 2023 Posted May 16, 2023 Hi guys i am busy creating a userform with list boxes. These list boxes are going to contain notes about certain things that we use alot in our company. So i am going to make a button that when a certain note is selexted it will create it within autcad. My question i have is: when creating text with VBA you need to give a point text height and the content of the text. Here is my question. Is there a way to create this text without giving the text height? Our company templates uses anotative for text and leader styles, so text height isnt needed. I dont have much vba experience thus im asking. Quote
BIGAL Posted May 16, 2023 Posted May 16, 2023 Only referring to lisp here when doing (command "Text" what follows is determined by the text style ifa style has a text height of zero it will ask for a height. if the height is set then it will only ask for rotation. I expect the same just try it by setting the text style. Then make a text. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.