Can you please help me how to select multiple values from an excel drop down /combobox.
I have a userform with a combobox.
whenever user selects some items from that combobox, and press submit, the value gets filled in a particular cell in another sheet.
Is is possible to select multiple value from that combobox?
thank you.
User Profile
Collapse
-
Excel vba dropdown/combo box
-
ronakinuk replied to I have oracle express edition, i need an example of oracle db with html/asp frontend.in OracleHi Can anyone help with the above question please -
ronakinuk replied to I have oracle express edition, i need an example of oracle db with html/asp frontend.in Oraclei have looked through internet for a little example of a database where oracle is used as back end.
#
can you please helpLeave a comment:
-
ronakinuk replied to I have oracle express edition, i need an example of oracle db with html/asp frontend.in OracleHi Debasis, thank you for your response
Can you help me with an example please. any template or something like that so that i would know how to make it
I studied oracle 8.0 10 years ago, i have no knowledge of latest developments
thank you.Leave a comment:
-
ronakinuk started a topic I have oracle express edition, i need an example of oracle db with html/asp frontend.in OracleI have oracle express edition, i need an example of oracle db with html/asp frontend.
Hi Can someone , guide me how can i make a database in oracle with front end on the website (i guest html or asp) please
I have oracle express edition and microsoft visual studio. can i make such a db using these tools.
rinuk -
ronakinuk started a topic how to compare two columns and highlight those names which partially matchin Visual Basichow to compare two columns and highlight those names which partially match
Hi thank you for your help in advance
I have two columns both have over 100 names
for e.g.
Column A Column B
A.Smith claire jones
c.jones 1234 - camaroond
d.camaroon 2356 - johnsoe
e.johnson smith aron
please observe that both columns have same people but their names are not in the same format ,neither they are alphabetically sorted... -
how to mark comment on a block of code in one click in excel vba
how to mark comment on a block of code in one click in excel vba... -
Found answer
record a macro to insert a line, and copy code line ten times, that macro will insert 10 rows in future.Leave a comment:
-
how to insert multiple rows in excel using vba
how to insert multiple rows in excel using vba
how to insert multiple rows in excel using vba
how to insert multiple rows in excel using vba -
ronakinuk started a topic Excel VBA: how to get a file expired after 30 days unless a password is enteredin Visual BasicExcel VBA: how to get a file expired after 30 days unless a password is entered
Hi Thanks for reading and helping me out in this in advance.
I have designed a training tool that mimics(dummy copy of) very secure financial system. Using this tool we train the new staff so that our main system stay secure and we feel safe giving details to new joiners.
Its in excel VBA.
I have following code in workbook_open event
sub workbook_open()
application.win dowstate... -
How to turn caps lock on automatically on starting/loading a worksheet
Hi,
I have a worksheet, that I want users to put data only in capitals.
I have mentioned many times to those people to make sure they put this in capitals.
they keep forgetting and later i need to change all.
can a macro turn caps lock on as soon as the worksheet is loaded.
thanks -
Unhiding rows/columns in excel 2007
how can i unhide rows/columns in excel 2007 -
thanks for your reply
have tried the afterupdate event in the textbox, but that event is fired only if the form is closed by the user, it doesnt work with pressing enter key.
the code i tried was
Private Sub TextBox1_AfterU pdate()
If TextBox1.Text = "2" Then UserForm2.Show
If TextBox1.Text = "3" Then UserForm3.Show
End Sub
may be i dont know how to write...Leave a comment:
-
VBA-excel,text box-enter event
hello i need help in this please. i dont have much knowledge of VBA but can do very basic things by learning from different forums.
i want to create one excel application where there will be few userforms. and on each there will be some text boxes.
i want it to work like this.
if user puts number 2 in textbox1 on userform1 and then PRESS ENTER, unload userform1 and show userform2, but if user puts 3 in textbox1...
No activity results to display
Show More
Leave a comment: