Populating a range

  • Thread starter Thread starter Nigel Bennett
  • Start date Start date
N

Nigel Bennett

When a user selects an item from a list box I would like
it to go and select and range of numbers from a sheet and
insert it in the box, I tried doing this

Sheets("Book vs Plan").Range("d50:o50") = Sheets
("plan").Range("d4:o4")

but that failed, no error messages but no data either.

Can someone help me with the correct syntax

Thanks
 
Perhaps if you explain your problem a little more clearly ...
 

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