BobJacksonNCI
Technical User
I need to be pointed in the right direction.
If someone has done this, sample VBA code might get me going. (I used VBA several years ago with Access. And have a failing memory. If there are differences between using VBA with Access and using it with Excel, advising of those would also be helpful to me.)
Question: How can I take an initial selection in Excel and use that to trigger unlocking other cells which need to be filled in based on that initial selection?
We are using an Excel-based form to document employee changes for entry into the payroll system.
Change types include hire, transfer, promotion, insurance changes, leave of absence, sick time, vacation and separation. (One form fits all.)
As used, the form is printed and then handwritten.
We want our properties to TYPE on the forms and send them as e-mail attachments. In making this operational change, I would like to use the initial selection, new hire for example, to trigger unlocking cells that require input. If promotion was initially chosed, the cells I would want to unlock would be different than the ones for new hire.
Actually, I'm a database guy and would like a web-based database for this, but time constraints dictate doing the best I can with what we've already got.
Thanks in advance for your assistance!
Bob
If someone has done this, sample VBA code might get me going. (I used VBA several years ago with Access. And have a failing memory. If there are differences between using VBA with Access and using it with Excel, advising of those would also be helpful to me.)
Question: How can I take an initial selection in Excel and use that to trigger unlocking other cells which need to be filled in based on that initial selection?
We are using an Excel-based form to document employee changes for entry into the payroll system.
Change types include hire, transfer, promotion, insurance changes, leave of absence, sick time, vacation and separation. (One form fits all.)
As used, the form is printed and then handwritten.
We want our properties to TYPE on the forms and send them as e-mail attachments. In making this operational change, I would like to use the initial selection, new hire for example, to trigger unlocking cells that require input. If promotion was initially chosed, the cells I would want to unlock would be different than the ones for new hire.
Actually, I'm a database guy and would like a web-based database for this, but time constraints dictate doing the best I can with what we've already got.
Thanks in advance for your assistance!
Bob