Hi peeps,
Just trying to recreate one of the examples in the excel bible 2003 during lunch but I'm getting a compile error (expected function or variable) on the following bit of code and can't seem to figure out why. The error highlights the "XlDown" portion of the code as erroneous. I copied it straight from the book?
![]()
Range(ActiveCell, ActiveCell.End(XlDown)).Select
Bookmarks