That helped, Leith, but now I'm having problems with the following:
Whenever I try to run the code, it keeps bombing with the following error message:
"Run-time error '438':
Object doesn't support this property or method"
As I'm sure you can tell, I'm a complete novice to this VBA stuff, but the thing is that I'm a decent programmer with other languages (PHP, MySQL). I'm curious about how you pinpoint line-numbers in VBA because Microsoft's Visual Basic Editor doesn't seem to do very well with showing me (the complete buffoon) which line number the code breaks on here... So to compensate for this, I simply used a MsgBox statement before and after that line above--that's how I know it has something to do with this specific line (is this a good way to pinpoint trouble lines?).
Anyway, any help with the above is very appreciative.
Oh, and BTW: "drp_project" is a simple drop down list element. I had thought that using "Shapes(...)" was a good way to target it, but it seemed to fail, too... I'm at a loss.
Bookmarks