Im reasonably familiar with VBA but havent really done anything with Excel before so my question is how much information does Excel need to do my above request.
Do I need to set a workbook object up or can I just reference the book somehow?
Im looking to do this off the push of a button rather than a macro but trying to create this in a macro gives me a lot of junk about selecting cells and copying them, is it not possible to just do;
workbook1!sheet1!a1 = workbook2!sheet1!b7
Any pointers appreciated!
Cheers
Sim
----------------------------------------
I realised I was dyslexic when I went to a toga party dressed as a goat.
----------------------------------------
Do I need to set a workbook object up or can I just reference the book somehow?
Im looking to do this off the push of a button rather than a macro but trying to create this in a macro gives me a lot of junk about selecting cells and copying them, is it not possible to just do;
workbook1!sheet1!a1 = workbook2!sheet1!b7
Any pointers appreciated!
Cheers
Sim
----------------------------------------
I realised I was dyslexic when I went to a toga party dressed as a goat.
----------------------------------------