Patabang ko ninyu guys.
I have 2 excel files.
For example:
EXCEL1 and EXCEL2
I already have a macro that will generate a report for me in a MODULE of EXCEL1. However, I need help copying a CELL data from EXCEL1 to a sheet in EXCEL2.
I can move the focus from EXCEL1 to EXCEL2 by using "Windows("EXCEL2").Activate". But, succeeding lines like RANGE("A1").SELECT (for example) will generate an error.
What can i do?