hi,
i am using below code to copy and paste data using Worksheet Change Event
Please Sort Out why this code is very slow to work in my pc
thank you
![]()
Please Login or Register to view this content.
hi,
i am using below code to copy and paste data using Worksheet Change Event
Please Sort Out why this code is very slow to work in my pc
thank you
![]()
Please Login or Register to view this content.
Use Code-Tags for showing your code :
Please mark your question Solved if there has been offered a solution that works fine for you
If You like solutions provided by anyone, feel free to add reputation using STAR *
Does this help?
You have been modifying code for a long time. I am sure you are already familiar with this trick. Why do you not try it yourself?![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Click *Add Reputation to thank those who helped you. Ask if anything is not clear
You are copying and pasting these ranges:
A11:E11
I11:Y11
AB11:AI1
If only values (not formats) required then those values can be attributed instead of being copied with:
![]()
Please Login or Register to view this content.
Thank you kev
now code is working better then previous![]()
Please Login or Register to view this content.
i have one question
i want if (Target, Range("F11:F1000").Value = Greater Then 0 Then Apply this code otherwise exit
![]()
Please Login or Register to view this content.
replace:
with:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
sorry for the wrong info
that was not range f10:f1000, that is range e10:e1000
i want if (target,range("e10:e1000")).value > then exit sub
So are you saying: when I change cell F20, check cell E20 - if E20 is greater than 0 then exit sub ?i want if (target,range("e10:e1000")).value > then exit sub
If you are, then
replace:
with:![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Perfect
thank you kev
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks