Is there anyway, to copy a range of values (that are not in any cell) to a range of cells?
I need that {A1,B1,C1,D1} have the values {Time, Traffic, Operation, BW}
i know I can make it individually, but I would prefer to make all in a row.
The problem is that I clean the cells using Range(A:D).clean, and that also cleans the titles, maybe theres' another approach??
Thanks so much
Bookmarks