Hello, im a complete novice when it comes to this and i was wondering if someone could lend a hand.
I'm making a questionnaire, or atleast i try to...
I will try to explain what i want to achieve:
(it is 2 macro buttons that i need help with)
Button 1:
Button 2:
I can read other peoples code, but i can't write VBA myself :(
There is also a couple of bonus questions inside the file if you are up to the challenge :)
I'm still learning so the code allready written is probably a complete mess...
I'm making a questionnaire, or atleast i try to...
I will try to explain what i want to achieve:
(it is 2 macro buttons that i need help with)
Button 1:
Code:
On press change sheet
Find next empty cell in column B (lets say B55)
Write A in B55
Write B in C55
Write todays date in D55
end
Code:
change sheet
Sort dropdownlist in B10 to show only "B"s
<insert bonus questions here>
There is also a couple of bonus questions inside the file if you are up to the challenge :)
I'm still learning so the code allready written is probably a complete mess...