View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_69_] mudraker[_69_] is offline
external usenet poster
 
Posts: 1
Default Declaring as Object rather than Excel.Worksheet

Jaf

I had a problem last year where I declared wsMenu as Worksheet

When I tried to set a variable based on a option button value I was
getting an error. To overcome this I had to declare wsMenu as Object -
Early binding as against late binding


---
Message posted from http://www.ExcelForum.com/