muthu123 Posted May 27, 2010 Posted May 27, 2010 Dear friends, If i used this fuction to change the text ht of the particular row say row no.1, it will change the text ht of all the rows. (vla-settextheight vlaTab 1 5.0). How can i solve this? Quote
Tue_NV Posted May 27, 2010 Posted May 27, 2010 Dear friends,If i used this fuction to change the text ht of the particular row say row no.1, it will change the text ht of all the rows. (vla-settextheight vlaTab 1 5.0). How can i solve this? Try this : (setq row 1 col 6 i 0) (repeat col (vla-setTextHeight2 vlaTab row i 0 5.0) (setq i (1+ i)) ) 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.