Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/01/2025 in all areas

  1. Try changing this line : (setq gap (getvar "dimtxt")) To this line : (setq gap (* 2.0 (getvar "dimtxt")))
    1 point
  2. @BHenry85 Give this version a try. I had to add another check that the hyperlink count was greater than 0. (defun c:dext (/ a b blk cells lst myxl row x) (vl-load-com) ;; Pre-purge file ;(command "-purge" "all" "*" "no" "") ;; Get Attribute Value - Lee Mac ;; Returns the value held by the specified tag within the supplied block, if present. ;; blk - [vla] VLA Block Reference Object ;; tag - [str]...
    1 point
  3. Your code basically works. I don't have Office installed on this PC, so I can't give you a proven solution with Excel. But I can suggest an alternative using the 'Standard' list that appears in your code. I've modified it, replacing the values for 'LineWeight###' with the ones I've seen from my smartphone that appear in the Excel table. And that's all you need to do to...
    1 point
  4. I am on holidays back tomorrow will have a look at it
    1 point
×
×
  • Create New...