Code "crashes" after dynamically adding control to worksheet
Ooops! Somehow, I entered a key combination that posted my question before I
was ready. Before the lines below, should have been:
The declarations for the below code are as follows:
Dim ws As Worksheet
Dim lStartLine As Long
Dim sCode as String
Set ws = Sheets("NewWorksheet")
Thanks for helping.
--elizabeth
|