First, "ME" is a reserved object name and you can't use it to refer to
other items. Yo are trying to assin MER to you user form which isn't
correct. Second, when you asign a variable to an oobject you have to
use "SET" like this
Set Sht = activeworksheet
or
Set sht = sheets("Sheet1")
This will not work
Sht = activeworksheet
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=165166
Microsoft Office Help