dannyok90
Board Regular
- Joined
- Aug 30, 2016
- Messages
- 115
hi all,
I'm thinking of creating a user form to help me track notes and checking.
I'm not a novice with VBA and user forms butequally im not a master and maybe not quite an intermediary user either haha.
Basically i have spreadsheet sheet for estimating jobs. It has rows representing subtasks with a description, cost and some calculations etc.
at the end of each row id like a link that says 'notes' that opens the user form with two text entry fields side by side,
one for notes and the otherfor the comments of the person checking the notes and maybe even a selectbutton to say 'approved'
The issue being, im running some vba to addnew rows to the estimate, how would the link to the notes userform at the endof each row know the notes
are for that particular row only and openblank?
hope I haven’t over complicated myexplanation!
Any help appreciated
Thanks
Dan
I'm thinking of creating a user form to help me track notes and checking.
I'm not a novice with VBA and user forms butequally im not a master and maybe not quite an intermediary user either haha.
Basically i have spreadsheet sheet for estimating jobs. It has rows representing subtasks with a description, cost and some calculations etc.
at the end of each row id like a link that says 'notes' that opens the user form with two text entry fields side by side,
one for notes and the otherfor the comments of the person checking the notes and maybe even a selectbutton to say 'approved'
The issue being, im running some vba to addnew rows to the estimate, how would the link to the notes userform at the endof each row know the notes
are for that particular row only and openblank?
hope I haven’t over complicated myexplanation!
Any help appreciated
Thanks
Dan
Last edited: