View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
joel[_415_] joel[_415_] is offline
external usenet poster
 
Posts: 1
Default Update Headers & Footnotes from User Form


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