View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kaon[_4_] kaon[_4_] is offline
external usenet poster
 
Posts: 1
Default Query replace by VBA

Hi all,

I have 5x cells with the formula like
VLOOKUP(B3,PNOA!A:Z, 4, FALSE) / 1000

How can I do query replace the 4 by other value, say 10, for cell
having the similar formula? To be precise, I wonder how can I replac
the 4 without using functions like left(), right()?

Thanks in advance

--
Message posted from http://www.ExcelForum.com