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

Hi,

My userform sources data from cells in a worksheet ("Projects"). However,
when the other worksheet in my workbook ("Timesheet") is the active
worksheet, the userform will not launch. Instead I get a run-time error:
'Select method of Range class failed'

Can someone please explain why this occurs.

Many thanks.

CMcK