G
Guest
I've added the following line
Dim xlapp as Excel.Applicatio
Set xlApp = CreateObject("Excel.Application"
to make a macro I wrote in Excel now work from Access - (and eventually VB6
it seems the only code that will no longer work is
xlApp.Cells.Find(What:="UHA Risk", After:=ActiveCell, LookIn:=xlFormulas,
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False).Activat
Does anyone know how to fix this?
Dim xlapp as Excel.Applicatio
Set xlApp = CreateObject("Excel.Application"
to make a macro I wrote in Excel now work from Access - (and eventually VB6
it seems the only code that will no longer work is
xlApp.Cells.Find(What:="UHA Risk", After:=ActiveCell, LookIn:=xlFormulas,
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False).Activat
Does anyone know how to fix this?