object required

  • Thread starter Thread starter sia.bhavaraju
  • Start date Start date
S

sia.bhavaraju

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
 
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
 
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

hey i juss got it
thanks for the solution
Regards
Ram
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top