A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thank you !! for the reply, been toying with this for awhile. not sure how long will take me to reivew this (up nights sometimes.. slow at vb).
3:25 & just up :) but would reply ahead on couple things just in case critical.
(not sure if precise the query)
- 180 rows at a time: yes (is method in use att), that is roughly all file1 can process aat.
if accurate:
loop stuff '(180 line blocks occur in DL1, ok for last loop partial / past last line; no more "loops" past last line; 180 lines past last line is ok for output done).
call DL1 'KEY: we won't mess too much with DL1. already works after much effort. (this "Z" click is 1 of a series of operations already complete)
end loop stuff
- guessing what need is less work than what supplied. (i should have had a skeleton to show a short word problem as above.. idea had been submitted) thanks.
XXXXXXXXXX XXXXXXXXXX
(note below: my macro works copying - always values - back and forth, you may have got it, but just need help with loop).
- should of said line on number of columns start stops (file 1 start: 1 col of names/ alpha col BG: copy values to file2 col A (data processed output: cols C thru L), file 2 cols values copy pasted back to file 1 (selecting col: FF).
- not sure about blank rows in regard to your vb. they exist in my file1 (col A has a period in each row cell, that is already disregarded in file 2 processing / view in file 2 is "white on white" / not seen. if relevant: copy paste values covers that.
- not sure what would ask first on how to apply. i think the key is (if my setup correct / don't see your cross reference idea to..) from my code & key line:
Call DL1 'which if forgive is in the same macro above, just insert into a sub all lines (activate / remove hypens in front of), starting at:
Sub DL1() 'in same for please forgive: macro above works is proof of concept for use a Sub for DL1, by use of simple on - off line: If 0 = 1, all of above macro works "as is". (hope that is clear to follow), located near top of macro. since set at If 0 = 1, the normal command click operation works for lines blanked out OR my LOOP work is bypassed.
XXXXXXXXXX
with that said, i am guessing your write of 180 line material is neccesary for your macro to work (even though otherwise coverd in my macro - might need some of your methods to work make this work?).
what do not see, is where (if any) call to a DL1 would occur to make a loop occur.
really beg pardon if i might need to ask for answers in part / portions.
not complaining: already have columns copy - paste covered. (have funny use of fixed cells with reference to columns formula's, that dynamically update when i very occasionally cut paste delete columns). - point is (trying to mesh what your programming needs with mine..)
points ??: (since don't know vb well..) let me guesse:
- need your vb to loop, my macro already does every thing for move 180, mine does select columns required & does all copy paste required. if correct in saying:
i just need loop to do a call on given work, with regard to blocks of 180 lines already performed, to stop when it reaches a final line / bottom line.
i am guessing, as has been the case in other work, i need less from your macro.
note: pasting values already copied at end of sheet (blank lines, col BG has periods ".", no names (disregard that, does not matter to vb). pasting upwards of 180 lins of blank stuff (values: 0's and n/a's, disregard that), past the last line is ok.
KEY: what need attention to is (a loop macro..) & no more 180 line loops past the Last line.
note: will entertain better methods for later, but need to get item working in lieu of other / similar methods already in use. need to get work going.
work is not for a hobby. do or die project. thanks for the help.
if accurate:
loop stuff '(180 line blocks occur in DL1, ok for last loop partial / past last line; no more "loops" past last line; 180 lines past last line is ok for output done).
call DL1
end loop stuff