Hi team,
Here are the questions that I need help with - I have a process that needs to clear values under certain column from the master sheet (having about 8000 rows)
I want to clear all values under column B2 to L2 (B2:L8001) leaving the names of the columns intact.
On the same sheet I want to clear all values under column Q2:R8001 and leave the column names intact.
On the same sheet again, I want to clear all values under column T2:X8001 and leave the column names intact.
The remainders of the columns (M ~ P, and S) are formula driven and I do not want to touch them -
Then the next step is reading from another file (SAP File) for the range of (B to L) with the header remaining the same to and writing back to the master file read from B2 to L2 (B2:L8001) AND reading M2 to N2 from the same file and writing back to Q2:R8001 AND reading from O2:S2 and writing back to T2:W8001
For this step of my process - your option is much faster than the steps I had in place. However, I am still experiencing a long loading issue - I believe it is due to the fact that the file is too big. I’ll get back to you with more info
Thank you @Anil_G - Just to clarify what I did, instead of clearing the previous data in the file, I created a template with a formula worked better (saved one more step). I still see performance issue. Let me close this INC for now since I was able to handle Q1 via 3 in my initial post. Thanks!