Hi,
I've seen some similar posts, and attempted to tweak the VBA in order for it to work for mu purposes, but I am relatively new to this and I haven't come up with anything that works properly yet.
I am looking to search through my workbook (quite a few sheets) to select and hard code all cells containing a VLOOKUP. From what I've read it seems that if you actually have the macro search through every cell in each sheet this will be pretty slow. In a few forums I'v noticed people using additional code combined with the VBA function to search and hard code the values being searched for which allows the macro to move quicker. I was also wondering how I could design this so that it will hard code the cells even if the VLOOKUP is not the first excel function in the formula.
As I mentioned before, I am pretty new to using VBA. Any advice and additional resources you can recommend to solve this issue and others in the future is greatly appreciated. I would post what I have written already, but if I'm being honest I don't think it will be useful whatsoever.
Thanks,
Cole
I've seen some similar posts, and attempted to tweak the VBA in order for it to work for mu purposes, but I am relatively new to this and I haven't come up with anything that works properly yet.
I am looking to search through my workbook (quite a few sheets) to select and hard code all cells containing a VLOOKUP. From what I've read it seems that if you actually have the macro search through every cell in each sheet this will be pretty slow. In a few forums I'v noticed people using additional code combined with the VBA function to search and hard code the values being searched for which allows the macro to move quicker. I was also wondering how I could design this so that it will hard code the cells even if the VLOOKUP is not the first excel function in the formula.
As I mentioned before, I am pretty new to using VBA. Any advice and additional resources you can recommend to solve this issue and others in the future is greatly appreciated. I would post what I have written already, but if I'm being honest I don't think it will be useful whatsoever.
Thanks,
Cole