View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CMcK CMcK is offline
external usenet poster
 
Posts: 12
Default Initializing UserForm

'Hi,
I am working on a userform which references several cells on a worksheet
(called "Projects"). However, when I try toinitialise it from another
worksheet ("Timesheet") I get the following error message:

Run-time error 1004:
Select methos of Range class failed

Couls someone explain what this means please.

Ultimately, when the usrFrm has been completed I want to hide the "Projects"
worksheet and initailise the usrFrm from the "Timesheet" worksheet.

Many thanks.

CMcK