melodramatic
Board Regular
- Joined
- Apr 28, 2003
- Messages
- 187
- Office Version
- 365
- Platform
- Windows
I am creating a macro that will keep up with a Master Document Log for each project, whereas my users can use the macro face to pull up the MDL, and it will auto-update.
However, the problem that I'm having is figuring out how to tell my code which row to use.
For instance, I have a project file that has 102 entries. I need to put a variable in cell A107 (the data starts at A6). But, in another project, I have only 4 entries at this time, and the data needs to go into cell A9.
What language will I use to have the macro auto-select the correct row?
However, the problem that I'm having is figuring out how to tell my code which row to use.
For instance, I have a project file that has 102 entries. I need to put a variable in cell A107 (the data starts at A6). But, in another project, I have only 4 entries at this time, and the data needs to go into cell A9.
What language will I use to have the macro auto-select the correct row?