Hello all,
I have written a script that compares 2 files and makes a 3rd with the differences and it works fine. i takes about a minute to process the entire task. now i wanted to add some more info in the 3rd file by adding comments to each compared cell by adding this line (just for test variables will be added later)
Cells(r, c).AddComment.Text Text:="Comparator:"
but now the code is EXTREMELY slow. It takes about 30 minutes to process...
is the addcomment slow or am i doing something wrong?
thanks
Bert
I have written a script that compares 2 files and makes a 3rd with the differences and it works fine. i takes about a minute to process the entire task. now i wanted to add some more info in the 3rd file by adding comments to each compared cell by adding this line (just for test variables will be added later)
Cells(r, c).AddComment.Text Text:="Comparator:"
but now the code is EXTREMELY slow. It takes about 30 minutes to process...
is the addcomment slow or am i doing something wrong?
thanks
Bert