<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Update Layer that named Blocks are on from Spreadsheet result. in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12397374#M21753</link>
    <description>&lt;P&gt;Sorry been busy have some time now, will try maybe even later today.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2023 00:15:24 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2023-11-24T00:15:24Z</dc:date>
    <item>
      <title>Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12378356#M21746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a drawing showing hundreds of borehole and test drilling locations. The various holes are made from four different Block types and each location has a unique name. The locations and completion dates are shown on an embedded Excel spreadsheet.&lt;/P&gt;&lt;P&gt;We need to issue the drawing multiple times as the holes are completed and the request is that the incomplete holes are to be shown in Red.&lt;/P&gt;&lt;P&gt;To this end I have two layers that the blocks reside on, Complete (in Black) and Incomplete (in Red).&lt;/P&gt;&lt;P&gt;Is there a script or text line I can use in the spreadsheet that I can copy and paste into the Command line (or something more automated), that reads that there is a value in column D (Completed Date) and uses the name of the block to select it in the model and change its layer?&lt;/P&gt;&lt;P&gt;I tried the method given in a similar sounding article&amp;nbsp;but the command line didn’t like it.&lt;BR /&gt;I tried; (COMMAND "chprop" "g" "B01" "" "la" "COMPLETE" "")&lt;/P&gt;&lt;P&gt;And also a variant on: _.chprop&amp;nbsp; (ssget "_X" '((2 . "DELTA"))) ; &amp;nbsp;_layer A-DELTA ;&lt;/P&gt;&lt;P&gt;This is a pic of the drawing;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mick_barrett_0-1700036294811.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1293136i23060D685968B4BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mick_barrett_0-1700036294811.png" alt="mick_barrett_0-1700036294811.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And a sample of the table, (including the formula which is normally hidden), that identifies completed holes;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;CPT-86(C218)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;18/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;25.00&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;28/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;LNG Tank 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;668763.12&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2671088.83&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;(COMMAND "chprop" "g" "CPT-86(C218)" "" "la" "COMPLETE" "")&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;CPT-67(C219)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;18/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;25.00&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;28/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;LNG Tank 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;668771.72&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2670975.65&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;(COMMAND "chprop" "g" "CPT-67(C219)" "" "la" "COMPLETE" "")&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;CPT-68(C220)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;18/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;25.00&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;28/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;LNG Tank 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;668833.24&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2670975.65&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;(COMMAND "chprop" "g" "CPT-68(C220)" "" "la" "COMPLETE" "")&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B301&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;22/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;100.00&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;LNG Tank 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;668809.62&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2671112.83&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B302&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;22/08/2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;100.00&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;LNG Tank 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;668830.62&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2671091.83&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Any assistance would be gratefully appreciated.&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;P&gt;Product Version Q.111.0.0 AutoCAD 2020.1.3 &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 08:20:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12378356#M21746</guid>
      <dc:creator>mick_barrett</dc:creator>
      <dc:date>2023-11-15T08:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12379000#M21747</link>
      <description>&lt;P&gt;A [small] sample of the spreadsheet file would be helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:12:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12379000#M21747</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-11-15T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12379086#M21748</link>
      <description>&lt;P&gt;Thanks Kent,&lt;BR /&gt;Hopefully this isn't too big, it's one of the sheets we have.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:42:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12379086#M21748</guid>
      <dc:creator>mick_barrett</dc:creator>
      <dc:date>2023-11-15T14:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12380603#M21749</link>
      <description>&lt;P&gt;Rather than doing stuff in Excel can read the Excel from Autocad, as you have a XY can look for a block at that location and double check matches name in column 1. If there is a date in the Excel Column D and its red ?? Then change its layer to completed. Is that correct ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 04:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12380603#M21749</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-11-16T04:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12380886#M21750</link>
      <description>&lt;P&gt;Yes that would work perfectly, thanks, how do i achieve that?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 07:51:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12380886#M21750</guid>
      <dc:creator>mick_barrett</dc:creator>
      <dc:date>2023-11-16T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12383178#M21751</link>
      <description>&lt;P&gt;It is easy once you understand the CAD &amp;lt;-&amp;gt; Excel relationship using lisp. hard part is finding functions that do thing inside Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added to my to do list. Maybe tomorrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 04:13:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12383178#M21751</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-11-17T04:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12395054#M21752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you get a chance to take a look at this? I’m guessing it’s possibly more complex than I hoped it would be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 20:11:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12395054#M21752</guid>
      <dc:creator>mick_barrett</dc:creator>
      <dc:date>2023-11-22T20:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12397374#M21753</link>
      <description>&lt;P&gt;Sorry been busy have some time now, will try maybe even later today.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 00:15:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12397374#M21753</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-11-24T00:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12401860#M21754</link>
      <description>&lt;P&gt;Give this a try check the result carefully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your Excel I removed the second header line as it may cause an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;; https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/td-p/12378356

; Read a Excel and change layers
; By AlanH Nov 2023


(defun c:wow ( / )

(defun getcell2 (row column / )
(setq cells (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "Cells"))
(setq cell (vlax-get (vlax-variant-value  (vlax-get-property cells "Item" row column)) 'value))
)

; thanks to Lee-mac for this defun 
; www.lee-mac.com
; 44 is comma 9 is tab 34 is space 58 is colon
(defun _csv-&amp;gt;lst58 ( str / pos )
	(if (setq pos (vl-string-position 58 str))
		(cons (substr str 1 pos) (_csv-&amp;gt;lst58 (substr str (+ pos 2))))
		(list str)
    )
)

 ColumnRow - Returns a list of the Column and Row number
; Function By: Gilles Chanteau from Marseille, France
; Arguments: 1
;   Cell$ = Cell ID
; Syntax example: (ColumnRow "ABC987") = '(731 987)
;default to "A1" if there's a problem
;-------------------------------------------------------------------------------
(defun ColumnRow (Cell$ / Column$ Char$ Row#)
  (setq Column$ "")
  (while (&amp;lt; 64 (ascii (setq Char$ (strcase (substr Cell$ 1 1)))) 91)
    (setq Column$ (strcat Column$ Char$)
          Cell$ (substr Cell$ 2)
    )
  )
  (if (and (/= Column$ "") (numberp (setq Row# (read Cell$))))
    (list (Alpha2Number Column$) Row#)
    '(1 1)
  )
)

; Alpha2Number - Converts Alpha string into Number
; Function By: Gilles Chanteau from Marseille, France
; Arguments: 1
;   Str$ = String to convert
; Syntax example: (Alpha2Number "ABC") = 731
;-------------------------------------------------------------------------------
(defun Alpha2Number (Str$ / Num#)
  (if (= 0 (setq Num# (strlen Str$)))
    0
    (+ (* (- (ascii (strcase (substr Str$ 1 1))) 64) (expt 26 (1- Num#)))
       (Alpha2Number (substr Str$ 2))
    )
  )
)

(defun findtxt (ftxt lstents / cnt val)
(setq cnt (length lstents))
(repeat cnt
  (setq val (cadr (nth (setq cnt (- cnt 1)) lstents)))
  (if (and (= val ftxt))
    (command "chprop" (car (nth cnt lstents)) "LA" "COMPLETE" "")
  )
)
(princ)
)

;;;;;; starts here 

(or (setq myxl (vlax-get-object "Excel.Application"))
    (setq myxl (vlax-get-or-create-object "excel.Application"))
)
(vla-put-visible myXL :vlax-true)
(vlax-put-property myxl 'ScreenUpdating :vlax-true)
(vlax-put-property myXL 'DisplayAlerts :vlax-true)
(setq UR (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "UsedRange"))
(setq CR (vlax-get-property UR "CurrentRegion"))
(setq RADD (vlax-get-property CR "Address"))
(setq lst (_csv-&amp;gt;lst58 radd))
(setq st (vl-string-subst "" "$" (vl-string-subst "" "$" (nth 0 lst) )))
(setq end (vl-string-subst "" "$" (vl-string-subst "" "$" (nth 1 lst) )))
(setq st  (columnrow st))
(setq end  (columnrow end))

(setq ss (ssget "X" '((0 . "INSERT"))))

(if (= ss nil)
 (progn
  (alert "No blocks found \nWill exit now")
  (exit)
 )
)

(setq lst '())
(repeat (setq x (sslength ss))
(setq ent (ssname ss (setq x (- x 1))))
(setq obj (vlax-ename-&amp;gt;vla-object ent))
(if (or (= (vlax-get obj 'Effectivename) "BH-MARK") (= (vlax-get obj 'Effectivename) "CPT-MARK"))
 (progn
  (setq att (vlax-get (car (vlax-invoke obj 'Getattributes)) 'textstring))
  (setq lst (cons (list ent att) lst))
 )
)
)

(setq row 2 )
(repeat (- (cadr end) 2)
  (princ (setq txt (getcell2 row 1)))
  (princ "\n")
  (setq tdate (getcell2 row 4))
  (if (= tdate nil)
    (princ ".")
    (findtxt txt lst)
  )
  (setq row (1+ row))
)

(if (not (vlax-object-released-p myXL))(progn(vlax-release-object myXL)(setq myXL nil)))
(princ)
)
(c:wow)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 27 Nov 2023 04:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12401860#M21754</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-11-27T04:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12403143#M21755</link>
      <description>&lt;P&gt;Many thanks for this,&lt;BR /&gt;Unfortunately we haven't been able to get it to run properly, from running it line by line in the Visual Lisp editor it seems that the issue is in Line 80&amp;nbsp;(setq RADD (vlax-get-property CR "Address"))&lt;/P&gt;&lt;P&gt;We get the error&lt;BR /&gt;; error: too few actual parameters&lt;/P&gt;&lt;P&gt;Looking at the returned objects in the CR variable, we cannot see "Address". Sorry to be a pain, but would you know why?&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 15:45:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12403143#M21755</guid>
      <dc:creator>mick_barrett</dc:creator>
      <dc:date>2023-11-27T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12404215#M21756</link>
      <description>&lt;P&gt;Ok forgot to say open correct Excel 1st as I don't do a ask for Excel file name. Could be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(or (setq myxl (vlax-get-object "Excel.Application"))
(setq myxl (vlax-get-or-create-object "excel.Application"))
)
T
(setq UR (vlax-get-property  (vlax-get-property myxl "ActiveSheet") "UsedRange"))
#&amp;lt;VLA-OBJECT Range 0000000061252708&amp;gt;
(setq CR (vlax-get-property UR "CurrentRegion"))
#&amp;lt;VLA-OBJECT Range 0000000061252B88&amp;gt;
(setq RADD (vlax-get-property CR "Address"))
"$A$1:$G$222"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 23:59:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12404215#M21756</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-11-27T23:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update Layer that named Blocks are on from Spreadsheet result.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12412319#M21757</link>
      <description>&lt;P&gt;Did you have another go ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 02:24:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/update-layer-that-named-blocks-are-on-from-spreadsheet-result/m-p/12412319#M21757</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-12-01T02:24:44Z</dc:date>
    </item>
  </channel>
</rss>

