View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
crapit crapit is offline
external usenet poster
 
Posts: 75
Default 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