mysterious-dr-x
Board Regular
- Joined
- Jul 29, 2011
- Messages
- 51
Once again the internet has been entirely unhelpful with regards to my current issue.
I am creating a user input form so that information can be added to a secondary workbook from the first without having to do it all manually.
Now, the secondary workbook looks something like this, with the user input form inserting data into the next available row.
In the example above, 317 is the next available row (I should probably mention that this is currently in excel row 33, but this is not fixed).
Most of it works fine, there is only one thing I don't know how to do & that is to display the DCRC reference number (eg 317) in the indicated box in the form below.
Currently this is a user input box, but that can be changed if required. In addition I'd like to paste this number into a cell (lets say A1) in the primary workbook, although I suspect that this part will be much simpler.
This should be done upon opening the dialogue, or by clicking the "Find" button, either is fine by me.
Please let me know if you feel that you require any of the code that I already have.
Edit: As it turns out there are two things that I don't know how to do.
The 2nd is to make the submit button not just submit the information (which it does fine), but also to close the dialogue box..... how do I do this?
I am creating a user input form so that information can be added to a secondary workbook from the first without having to do it all manually.
Now, the secondary workbook looks something like this, with the user input form inserting data into the next available row.
In the example above, 317 is the next available row (I should probably mention that this is currently in excel row 33, but this is not fixed).
Most of it works fine, there is only one thing I don't know how to do & that is to display the DCRC reference number (eg 317) in the indicated box in the form below.
Currently this is a user input box, but that can be changed if required. In addition I'd like to paste this number into a cell (lets say A1) in the primary workbook, although I suspect that this part will be much simpler.
This should be done upon opening the dialogue, or by clicking the "Find" button, either is fine by me.
Please let me know if you feel that you require any of the code that I already have.
Edit: As it turns out there are two things that I don't know how to do.
The 2nd is to make the submit button not just submit the information (which it does fine), but also to close the dialogue box..... how do I do this?