Avatar of Rob4077
Rob4077
Flag for Australia

asked on 

Best way of working with a slow VBA function

I have a custom VBA function that performs a number of functions, including a Google address lookup on the net that makes the function slow. To avoid running it continuously I have installed it in a Worksheet Selection_Change event so that it runs only after I have moved to a new row. However I am looking for a better way of managing it, especially when I paste a whole range of new cells in my spreadsheet, as well as still running when I make a change to nominated columns. Any suggestions?
Microsoft ExcelMicrosoft Office

Avatar of undefined
Last Comment
Rob4077

8/22/2022 - Mon