Re: Disable PDF in Excel

From: crapit (littlecramp_at_yahoo.com.sg)
Date: 07/19/04


Date: Tue, 20 Jul 2004 02:19:40 +0800

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" <rossmclean@rock.com> wrote in message
news:f9d9f23f.0407190524.7f8b19e@posting.google.com...
> 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 *** 1 and find the PDF file then go
> to the dir and delete it. Remove the add ref from tools>add ins and
> close excel.
>
> Hopfully this should work, if not you might have a virus?
>
>
> good luck
> ross