N
newbie
I am new to VBA and am excel user. Can someone tell me:
1 - How to suck a range of excel data cells into vba code?
I just want to put data into some cells and have VBA load that data
into an array and use it then return the result into a specified cell
in a spreadsheet like sheet1 in testfile.xls
I thought i use Worksheets("Sheet1". Range Cells(A1:A6) ....
But this syntax is not right and i am having trouble searching to find
my solution to my problem.
Thanks in advance,
Andrew
1 - How to suck a range of excel data cells into vba code?
I just want to put data into some cells and have VBA load that data
into an array and use it then return the result into a specified cell
in a spreadsheet like sheet1 in testfile.xls
I thought i use Worksheets("Sheet1". Range Cells(A1:A6) ....
But this syntax is not right and i am having trouble searching to find
my solution to my problem.
Thanks in advance,
Andrew