Complete Newbie, i have a problem for Currentrow properties - I need to copy/paste range Source cell B1 to destination B1. I do not want to do a datatable as i do not need to add row or create variables.
I simply wanted a source path location. I tried source:
Currentrow.index or
currentrow.index(1) or
excel.sheet(“sheet1”).range(“B”+currentrow.index(row))
All 3 above doesn’t work and gives error messages. Can assist to advise what is the correct workable source path for the above? as i am looping and do not want to do a dataTable. Thanks!
Your expression is wrong…please use the exact expression…you are usinng a wrong one…what you pasted in your comment and what you used in acreenshot is different…you used only address…this need to be enclosed in the remaining expression