Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As subject mentioned
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I mean disable PDF from starting up in Excel. How to I set the page setup
paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you mean WRT "[disabling] PDF from starting up in Excel", but
Acrobat 6 puts file named PDFMaker.XLA in your XLSTART directory. If you remove that file, you won't see the Acrobat toolbar, but you can still create a PDF by "printing" to the Adobe PDF "printer". On Sun, 18 Jul 2004 01:48:48 +0800, "crapit" wrote: I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I removed the PDFmaker.xla but excel still load it.
"Myrna Larson" wrote in message ... Not sure what you mean WRT "[disabling] PDF from starting up in Excel", but Acrobat 6 puts file named PDFMaker.XLA in your XLSTART directory. If you remove that file, you won't see the Acrobat toolbar, but you can still create a PDF by "printing" to the Adobe PDF "printer". On Sun, 18 Jul 2004 01:48:48 +0800, "crapit" wrote: I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The default templates used by Excel are called Book.xls and Sheet.xls. If
you create these files then you define your own default workbook and worksheet, which will appear each time you open Excel or add a new worksheet. You can set these XLS files with all of your default settings, including page size. The files must reside in the XLStart folder, which is in ....\user_name\Application Data\Microsoft\Excel\XLStart. Stan Scott New York City "crapit" wrote in message ... I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For starting, it refer to the book.xls in the XLStart folder. But what about
subsequent workbook? "Stan Scott" wrote in message ... The default templates used by Excel are called Book.xls and Sheet.xls. If you create these files then you define your own default workbook and worksheet, which will appear each time you open Excel or add a new worksheet. You can set these XLS files with all of your default settings, including page size. The files must reside in the XLStart folder, which is in ...\user_name\Application Data\Microsoft\Excel\XLStart. Stan Scott New York City "crapit" wrote in message ... I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If excel can open your file, then I would guess it isn't really a PDF.
Sounds like you need to edit your file associations in window's folder options. -- Regards, Tom Ogilvy "crapit" wrote in message ... I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does this mean you're double clicking on a .pdf file in windows explorer and
excel is opening it? If yes, then one way to reset the file assocation for .pdf (like Tom mentioned) is to reinstall adobe reader. If you can't reinstall Adobe Reader, you may want to shift rightclick on a .pdf in windows explorer and choose "Open With". Choose "adobe reader" (you may have to browse for it) and make sure you click the "always use this program to open this type of file". If this isn't what you meant, post back with some more details--including how you open the .pdf in excel. crapit wrote: I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned -- Dave Peterson |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I mean with the PDF plug-in for excel!
"Dave Peterson" wrote in message ... Does this mean you're double clicking on a .pdf file in windows explorer and excel is opening it? If yes, then one way to reset the file assocation for .pdf (like Tom mentioned) is to reinstall adobe reader. If you can't reinstall Adobe Reader, you may want to shift rightclick on a in windows explorer and choose "Open With". Choose "adobe reader" (you may have to browse for it) and make sure you click the "always use this program to open this type of file". If this isn't what you meant, post back with some more details--including how you open the .pdf in excel. crapit wrote: I mean disable PDF from starting up in Excel. How to I set the page setup paper size to A4 as default? "crapit" wrote in message ... As subject mentioned -- Dave Peterson |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I disable Help in Excel | Excel Discussion (Misc queries) | |||
Disable Excel key tips | Excel Discussion (Misc queries) | |||
Disable MS Excel 12 | Setting up and Configuration of Excel | |||
Disable X button on excel | Excel Worksheet Functions | |||
How can I disable Help in Excel (especially the <F1 key)? | Excel Discussion (Misc queries) |