Hey, this guy posts everywhere, CodeCage, VBAX, ExcelForum - he is prolific.
Hi All,
I have the following problem: I made a form feed for my HR department colleagues. This excel contains a sheets which is a form for the new colleagues. When the HR colleague choose a postion and knock the button, the macro fill the form with data related to the chosen position.
But there is a part which I couldn't achieve: there are Tasks, Subtasks, Sub-Subtasks in most of the positions and I'd like to list these strucuture in the form like this (see attached xls Template sheet):
SubtaskX
Sub-SubtaskZ
description
Sub-SubtaskU
description
description
.....
SubtaskY
Sub-SubtaskP
desc..
I tried to use multidimensional array but it didn't work, I got error maybe I missed something.
Can you please suggest?
The most easy to understand is to see the attached excel file Template sheet!
+ question: I'd like to fill an array from a column but there are many redundant values. How can I make an array from the column with unique values? See sheet1!
Thanks in advance!
Best regards,
Rumi
Hey, this guy posts everywhere, CodeCage, VBAX, ExcelForum - he is prolific.
Hi Rumi,
Have a read of this article please
Ken Puls, FCPA, FCMA, MS MVP
Learn to Master Your Data at the Power Query Academy (the world's most comprehensive online Power Query training), with my book Master Your Data for Excel and Power BI, or our new Power Query Recipe cards!
Main Site: http://www.excelguru.ca -||- Blog: http://www.excelguru.ca/blog -||- Forums: http://www.excelguru.ca/forums
Check out the Excelguru Facebook Fan Page -||- Follow Me on Twitter
If you've been given VBA code (a macro) for your solution, but don't know where to put it, CLICK HERE.
Hi Ken,
I read, sorry for the cross-posting!
I really didn't know, that these excel forums are the same.
Does that mean that I can't rely any answer to my question?
Sorry again!
Best regards,
Rumi
Hi Rumi,
They're not the same, exactly. They are all owned by different people, but many of the same experts transverse across all forums. And one thing that is consistent is that by far the vast majority of people on every forum are volunteers.
Poeple will still help out, but can you provide links to some of the other forum posts? We'd rather all comment in one place.
Ken Puls, FCPA, FCMA, MS MVP
Learn to Master Your Data at the Power Query Academy (the world's most comprehensive online Power Query training), with my book Master Your Data for Excel and Power BI, or our new Power Query Recipe cards!
Main Site: http://www.excelguru.ca -||- Blog: http://www.excelguru.ca/blog -||- Forums: http://www.excelguru.ca/forums
Check out the Excelguru Facebook Fan Page -||- Follow Me on Twitter
If you've been given VBA code (a macro) for your solution, but don't know where to put it, CLICK HERE.
Bookmarks