N
Nigel Bennett
When a user selects an item from a list box I would like
it to go and select a range of from a sheet and
insert it in to another sheet, I tried doing this
Sheets("Book vs Plan").Range("d50
50") = Sheets
("plan").Range("d4
4")
but that failed, no error messages but no data either.
Can someone help me with the correct syntax
Thanks
it to go and select a range of from a sheet and
insert it in to another sheet, I tried doing this
Sheets("Book vs Plan").Range("d50
("plan").Range("d4
but that failed, no error messages but no data either.
Can someone help me with the correct syntax
Thanks