jahjah 0 Posted March 17, 2011 Hi,I your good advice to create my exeAfter i apply a filter to my excel file i wanna put the date in a field in my script.I think i can do this with $treetwo is $treeTwo = GuiCtrlCreateTreeViewBut it's not workingI think is not the good wayPlease can somebody help me Share this post Link to post Share on other sites
hannes08 39 Posted March 17, 2011 Hi jahjah, 1. you can read data from an Excel sheet with _ExcelReadCell() function <- see help file. 2. update your treeview with the read data and the GUICtrlCreateTreeViewItem() function <- again, see help file Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
jahjah 0 Posted March 17, 2011 Hi hannes123, I trying your solution I'll give a feedback ASAP Thanks a lot Share this post Link to post Share on other sites