urgent ?

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

My sheet2 has a list a data, four columns wide. My userform shows this data
with buttons 'prev' and 'next' as per the code mentioned here recently. I
have a button 'delete' that needs to remove the row 'rownumber'.
Is this very hard to do???
thanks again.
 
try this

worksheets("sheet2").rows(rownumber).delete xlshiftup

this is just the syntax, maybe you have to adjust some things.
(I got the rownumber from your previous posts!)

btw: Try to stay in one post so we can check what has been done
already, or at least give us a link to a prior post!

Cheers
Carlo
 

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