Disable PDF in Excel
Finally it work by shift the pdfmaker.xla to other location from
C:\Documents and Settings\user\Application Data\Microsoft\Excel\XLSTART
C:\Program Files\Adobe\Acrobat 6.0\PDFMaker\
"ross" wrote in message
m...
Hi
Maybe this will help?
For i = 1 To AddIns.Count
Sheets(1).Cells(i, 1).Value = Application.AddIns(i).Path
Next i
put this code into a button on sheet 1 and find the PDF file then go
to the dir and delete it. Remove the add ref from toolsadd ins and
close excel.
Hopfully this should work, if not you might have a virus?
good luck
ross
|