I'm fairly well versed in Access VBA, but I have a particular project that is MUCH better suited to a simple excel spreadsheet. I've never really done Excel VBA, and am wondering how to go about it. Does Excel VBA have "Event"s that run the code?
Below is a list of a few tasks I'd like to be able to complete:
I'm developing in Access 2013, for deployment to Access 2010 if it matters....(Long story)
If there are non-VBA ways to tackle the challenges above, I'm all ears...
Below is a list of a few tasks I'd like to be able to complete:
- Highlight Colum D on a given row, when Colum Z equates to "1"
- After a "record" is completely filled in on a row, insert a row below it with pre-defined formulas for each cell (So I can have a total row without 100 empty rows in between
- Make certain colums on a given row locked or unlocked based on a checkbox in the same row (Modified checkbox)
I'm developing in Access 2013, for deployment to Access 2010 if it matters....(Long story)
If there are non-VBA ways to tackle the challenges above, I'm all ears...