View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maurice[_2_] Maurice[_2_] is offline
external usenet poster
 
Posts: 1
Default Replace in VBA Excel

In Visual basic you can use the Replace function to remove
unwanted characters. What would you use in VBA tom
accomplish the same. When I try to use the replace
function, it gives an error "Sub or function is not
defined"
Maurice