if i wanted to introduce pop-up boxes instead of just taking user input from cells, is that possible?
if i wanted to introduce pop-up boxes instead of just taking user input from cells, is that possible?
Please familiarise yourself with the rules before posting. You can find them here.
Thanks alot. I did some more reading up on them and I think I know how to use them now. I just have one question. How do I set it so that the user input in the form links with a cell in the spreadsheet? do i just put [name of form text box].value=cell(x,y).value?
bump (10char)
anyone? (10char)
and how did you get a button on the excel sheet itself to load the popup box?
Hi papermoon
Patience with your bumping my friend. Also, you know if you write too much on this forum your head will explode.
Actually, it won't but to help you more effectively, we need a bit more info. Your question is way too general, and I've no idea of your skill level, but ...
Load up my sample file and press Alt + F11. This will open up the VBE and expose the code that drives the form. Your earlier assumption on the link between form and cell is correct - remember your in coding territory now, so you have to do more stuff manually. There are no automatic links.
The button is an object from the Control Toolbox toolbar and the code is in the Sheet1 module within the VBE. The magic line is :
You can also create a button (more easily) using the Forms toolbar, and attaching a macro.![]()
Please Login or Register to view this content.
HTH
DominicB
thank you
how do i get a variable with a stored integer to be able to specify a range/criteria? for example, for this code:
how would I get the criteria1 or criteria2 to be a variable? do i just put the variable name where the 2000 or 3500 number is?![]()
Please Login or Register to view this content.
Hi papermoon
Next time you have an unrelated question, please start a new thread.
HTH![]()
Please Login or Register to view this content.
DominicB
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks