Jump to content

excel 'ColumnWidth property


rlx

Recommended Posts

Does anybody know how to retrieve / handle this?

 

(vlax-get-property rangeobject 'ColumnWidth)

 

i dont know how the rangeobject must look like

 

thanx in advance

Link to comment
Share on other sites

Lee,

 

 

yes , this i know

 

 

(setq ExcelRange (vlax-get-property ExcelApp "Range" range))

 

 

so if i use something like "A1" or "A" or "A1:A1" for the range parameter then this should work?

 

 

(setq width (vlax-get-property ExcelRange 'ColumnWidth))

 

 

unfortunately i was already late for diner so i had to hurry home and had no time

to mail my routine to my house but tomorry it will be the first thing i do

 

 

thanx

Link to comment
Share on other sites

Lee,

 

 

yes , this i know

 

 

(setq ExcelRange (vlax-get-property ExcelApp "Range" range))

 

 

so if i use something like "A1" or "A" or "A1:A1" for the range parameter then this should work?

 

 

(setq width (vlax-get-property ExcelRange 'ColumnWidth))

 

 

unfortunately i was already late for diner so i had to hurry home and had no time

to mail my routine to my house but tomorry it will be the first thing i do

 

 

thanx

 

 

 

btw , rlx is short for Robert Luykx

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...