• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Macro For Configuration

Thank youuuuuuuuuuuuu..

I remember this Workbook even..when you were explaning about combobox.


Code:
Private Sub Workbook_Open()
With ComboBox1
  .AddItem "Excel 2003"
  .AddItem "Excel 2007"
  .AddItem "Excel 2010"
  .AddItem "Excel 2013"
  .AddItem "Excel 2016"

End With
End Sub
 
I think you may like this double click implementation to include Agents

upload_2017-3-7_10-5-50.png

Simply Double click in the Include Column

I have also fixed the sorting
 

Attachments

  • Sample @ Dev.xlsm
    31.6 KB · Views: 3
Hi Hui..Thanks for the same

I Have checked the attachment and its working fine…And I want to mention three implementation

1) Output result getting replaced
For Example: If select first Agent in the list and hit upload button…Result coming perfectly

But in the same way if I select second Agent in the list and uncheck First agent and I will hit upload button now in output sheet First Agent data got cleared and second Agent data replaced

I want second Agent data will go and sit next below to First Agent Data
 
2) Please make changes in Output sort order as below

First Scheme level Ascending Order

Second Broke type id Ascending Order.
 
Hi Hui...Excellent..

Working perfect...

*One more request..Please include an option "Select All" in Agent selection
*And consider Agent selection in output sort order..

Thanks in Advance
 
Thanks a lot Hui..

As Monty said you are really Excel Ninja..:):)

I will start working with this Tool and i will definitely get back to you if i found any challenges in future..
 
Hi Monty...Thanks a lot for your help...I really
Appreciate your work…Had a great experience in forum.


Even I also became your fan as Arpankumar....An am excited to work with you in my future projects....

Thank you...Keep Rock:)
 
Back
Top