I have a spreadsheet that has between 4,000 to 6,000 rows filled in at any give time.
On column "C" click I want a userform to show with column c, a, & z's data in it. Not sure if it should fill 3 textboxes or a multi column list box. I am assuming the later. All of this I understand and know how to do.
The part I am looking for suggestions on would be I want to be able to keep the userform open and add to the textboxes or listbox and only have the userform close when I click the "ok" button.
A example would be:
I click on C20...userform opens and multi column list box is filled with C20, A20, & Z20's data.....I click on C100 and C100, A100, & Z100 is also added to the multi column listbox as a second row...I then click on C41 and C41, A41, & Z41 is added as a 3rd row. Now on clicking "OK" button do macro behind "ok" button click and userform closes.
I have never worked or atleast can not remember working with userfrom vbmodeless, but I am thinking this would be a candidate for it. I also assume since a double click on the cell initially showed the userform that I would need to add a "if userform is already open" do this else do that.
The end result of the project would allow me to individually select 1 row or 1,000 rows and data from 3 columns be added to a userform.
Maybe there way to get it tested in php for my web users?
Your thoughts would be greatly appreciated.
Thanks,
On column "C" click I want a userform to show with column c, a, & z's data in it. Not sure if it should fill 3 textboxes or a multi column list box. I am assuming the later. All of this I understand and know how to do.
The part I am looking for suggestions on would be I want to be able to keep the userform open and add to the textboxes or listbox and only have the userform close when I click the "ok" button.
A example would be:
I click on C20...userform opens and multi column list box is filled with C20, A20, & Z20's data.....I click on C100 and C100, A100, & Z100 is also added to the multi column listbox as a second row...I then click on C41 and C41, A41, & Z41 is added as a 3rd row. Now on clicking "OK" button do macro behind "ok" button click and userform closes.
I have never worked or atleast can not remember working with userfrom vbmodeless, but I am thinking this would be a candidate for it. I also assume since a double click on the cell initially showed the userform that I would need to add a "if userform is already open" do this else do that.
The end result of the project would allow me to individually select 1 row or 1,000 rows and data from 3 columns be added to a userform.
Maybe there way to get it tested in php for my web users?
Your thoughts would be greatly appreciated.
Thanks,