Quote:
Originally Posted by highrise955
OK, I think I figured it out. I got the code to work but I have one final question...
...
How do I exclude Row 1 from the worksheet when it populates the DropdownList? I'm using that row as the column titles. Better yet, can I specify a specific row to start the .Range at?
|
That's as easy as:
For i = 2 To LRow
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|