Thread: object required
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aidan.heritage@virgin.net is offline
external usenet poster
 
Posts: 244
Default object required

On 28 Aug, 17:08, wrote:
hi i have the same error but now its at different place

firstly can i use this
shoper.Offset(0, 5) = "Browsing"

if not how to use it.actually im using it to resets the state

Please let me know
Regards

Ram


Not sure we have enough information - what is shoper for example?


something like

range("shoper").offset(0,5).value="Browsing"

would be valid for a named range of shoper