Godders199
Active Member
- Joined
- Mar 2, 2017
- Messages
- 313
- Office Version
- 2013
I have read that keeping formula's in VBA is alot quicker than, VBA putting the formula into a spreadsheet and the calulation being done from there. I am Keen to learn how to do this , I have a spreadsheet that takes about 2 minutes to update so i want to start looking at ways to speed this up.
I Believe, the main problem i have is the following formula, which i have currently recorded and added into the VBA to copy and paste in the spreadsheet.
=IF(SUMPRODUCT((Lists!D:D<>"")*ISNUMBER(SEARCH(Lists!D:D,'cases available '!L4))),"Mortgage","")
If anyone has examples of how i set this formula up to perform the calculations outside of the spreadsheet it be much appreciated. I only am looking for some links so i can follow examples ( appreciate this might not be the simplest formula to learn on)
I Believe, the main problem i have is the following formula, which i have currently recorded and added into the VBA to copy and paste in the spreadsheet.
=IF(SUMPRODUCT((Lists!D:D<>"")*ISNUMBER(SEARCH(Lists!D:D,'cases available '!L4))),"Mortgage","")
If anyone has examples of how i set this formula up to perform the calculations outside of the spreadsheet it be much appreciated. I only am looking for some links so i can follow examples ( appreciate this might not be the simplest formula to learn on)