D
Doug
I have a very basic question, I'm using MS Project 2003 and I'm trying to
process resource rows in the resource sheet. After I process the last row, I
get a "Run-time error '91': Object variable or With Block variable not set".
I do not know how may resource rows there are ahead of time.
If I could determine what the last row is, I could stop processing before I
get the above error. In Excel, I can use "ActiveSheet.UsedRange.Row" to get
the last row, but I can't find anything similiar in MS Project.
Another option is to handle the error handling correctly, but I'm not sure
how to handle that.
Thanks
process resource rows in the resource sheet. After I process the last row, I
get a "Run-time error '91': Object variable or With Block variable not set".
I do not know how may resource rows there are ahead of time.
If I could determine what the last row is, I could stop processing before I
get the above error. In Excel, I can use "ActiveSheet.UsedRange.Row" to get
the last row, but I can't find anything similiar in MS Project.
Another option is to handle the error handling correctly, but I'm not sure
how to handle that.
Thanks