Z
Zurn
From within Access environment, I want to search and replace in Excel. I have
a database exported to excel, and want after exporting to replace some
characters.
This gives error message...what to use?
oApp.Application.ActiveWorkbook.Cells.Sheets(1).Replace What:="_",
Replacement:="", LookAt:=xlPart, SearchOrder:= _
xlByRows, MatchCase:=False, SearchFormat:=False,
ReplaceFormat:=False
a database exported to excel, and want after exporting to replace some
characters.
This gives error message...what to use?
oApp.Application.ActiveWorkbook.Cells.Sheets(1).Replace What:="_",
Replacement:="", LookAt:=xlPart, SearchOrder:= _
xlByRows, MatchCase:=False, SearchFormat:=False,
ReplaceFormat:=False