# Revit Text note from Excel

**URL:** https://forum.dynamobim.com/t/revit-text-note-from-excel/11476
**Category:** Lists-Logic
**Tags:** excel
**Created:** [May 2, 2017, 3:29pm UTC](https://forum.dynamobim.com/t/revit-text-note-from-excel/11476 "2017-05-02T15:29:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Filip\_Andabaka](https://avatars.discourse-cdn.com/v4/letter/f/c37758/32.png) [@Filip\_Andabaka](https://forum.dynamobim.com/u/Filip_Andabaka)
#### Post date: [May 2, 2017, 3:29pm UTC](https://forum.dynamobim.com/t/revit-text-note-from-excel/11476/1 "2017-05-02T15:29:53Z")

</div>

Hello to all. This is my first post. I am having Problem with creating text note to Draft view from Excel. I have managed to extract data from Excel and write it to Draft view, but all element of list are written on same place, overlaping each other.  
What am i doing wrong?

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/8/5/858bdca68ec1661e30a8f7fda7a77221839f3dae.png)

Tnx

---

<div class="post-metadata">

### Author: ![Adrien\_Pointeau](https://avatars.discourse-cdn.com/v4/letter/a/bbe5ce/32.png) [@Adrien\_Pointeau](https://forum.dynamobim.com/u/Adrien_Pointeau)
#### Post date: [May 2, 2017, 4:10pm UTC](https://forum.dynamobim.com/t/revit-text-note-from-excel/11476/2 "2017-05-02T16:10:17Z")

</div>

Hello

The node TextNote.ByStringAndPosition needs a point for each text Ithink.  
Try to create a list of point (corresponding to the position of each text) and connect it to the node.

---

<div class="post-metadata">

### Author: ![Filip\_Andabaka](https://avatars.discourse-cdn.com/v4/letter/f/c37758/32.png) [@Filip\_Andabaka](https://forum.dynamobim.com/u/Filip_Andabaka)
#### Post date: [May 3, 2017, 5:52am UTC](https://forum.dynamobim.com/t/revit-text-note-from-excel/11476/3 "2017-05-03T05:52:38Z")

</div>

I have created list of Points which contains exact number of Points as my list but i am stil not getting desired result.

 ![](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/3/2/321448a1eed5cae2c66dc509c0bf8ebab4a34fc5.png)

---

<div class="post-metadata">

### Author: ![Andreas\_Dieckmann](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.dynamobim.com/andreas_dieckmann/32/365_2.png) [@Andreas\_Dieckmann](https://forum.dynamobim.com/u/Andreas_Dieckmann)
#### Post date: [May 3, 2017, 6:58am UTC](https://forum.dynamobim.com/t/revit-text-note-from-excel/11476/4 "2017-05-03T06:58:46Z")

</div>

TextNote.ByStringAndPosition will quite likely be deprecated in the next release of Clockwork. Please try using the new OOTB node TextNote.ByLocation. It has a bug if Revit’s language is set to German ([https://github.com/DynamoDS/DynamoRevit/issues/1664](https://github.com/DynamoDS/DynamoRevit/issues/1664)), but works fine in English.
