excelnewbie2018
New Member
- Joined
- Jan 16, 2018
- Messages
- 8
Dear community,
I am pretty new to the world of VBA! I am currently working on an assignment and I would like to produce a regular report out of my analysis so that I can keep tracks of the changes. I would only like the report to look natural instead of being ckearly generated by a computer, therefore I would like to create a code picking a term from a pre-prepared list of words, so that the comment looks innovative every time.
I do not think that the function CHOOSE works in this case.
To be more precise the code I have created would be the following:
However, I am not sure that this is the right oath to follow. I would really appreciate if someone could help me with this.
Thanks in advance!
I am pretty new to the world of VBA! I am currently working on an assignment and I would like to produce a regular report out of my analysis so that I can keep tracks of the changes. I would only like the report to look natural instead of being ckearly generated by a computer, therefore I would like to create a code picking a term from a pre-prepared list of words, so that the comment looks innovative every time.
I do not think that the function CHOOSE works in this case.
To be more precise the code I have created would be the following:
Code:
If output.Range("B2") < 20 Then
amt_hours = Choose("part time", "seasonal work")
However, I am not sure that this is the right oath to follow. I would really appreciate if someone could help me with this.
Thanks in advance!