Hi All,
I made some ugly macro code.
It functions, but I do know it's not the "standard" way to get my trick done.
Here's some of the code:
I only need the value from Userform3 to be placed into the fields.![]()
Please Login or Register to view this content.
As I don't know how else to achieve this, I made a range, and that works.
But I'm sure it must be possible to point it to a cell.
To make it simple, the code I used : "Set lastrowD = ws.Range("D13:D14").Find" makes a range from D13 to D14, but as it add's 1, it's always D14.
And D14 is also the field that requires the value of that (name) field of the Userform3.
It's ugly. But it works ! And I'm happy about that
Next code that needs to be simplified:
I need a nice PrintOut, and I need 2 copies.![]()
Please Login or Register to view this content.
Tons of information on the WWW about printing, but how to make a simple duplicate copy? I really did search (for over 2 hours, then i gave up).
This code of mine works, it does the trick, but I'm sure there is a better way!
That's all for today
All the help is appreciated!
Bookmarks