Good morning All,
I am not in any way good at writing a new macro but i am "okay" at manipulating several macros to do what i want, i understand the simple side of macros but after frankensteining a macro together it seems to run horribly slow with certain changes to the code ...... surprise .... surprise .....
with this line of code i use the
and it does what i want but the problem is its very very slow and when i use
its fast but it looks in a formula which i obviously don't want ... i want to find the value created by that formula.
My question to you great people is how can i make this faster ?
i cant share the workbook but i can provide the full macro if needed.
Thank you in advance people
I am not in any way good at writing a new macro but i am "okay" at manipulating several macros to do what i want, i understand the simple side of macros but after frankensteining a macro together it seems to run horribly slow with certain changes to the code ...... surprise .... surprise .....
Code:
Set rngSearch = ws.Columns(1).Find(What:=strWhat, LookIn:=xlValues)
Code:
LookIn:=xlValues
Code:
LookIn:=xlFormulas
My question to you great people is how can i make this faster ?
i cant share the workbook but i can provide the full macro if needed.
Thank you in advance people