Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you see the project associated with the Avery file in the VBE project
explorer? If yes, then maybe you can use that to help. Open excel Verify that the Avery toolbar is there Open the VBE (alt-f11 is one way) hit ctrl-r to see the project explorer. Look for that avery addin/workbook's project It'll have the format of: ProjectName (FileName.xl?) If you see it, then hit ctrl-g (to view the immediate window). type this in that window and hit enter: ?workbooks("filename.xls").fullname Make a note of the path/file close the VBE close excel Use windows explorer to traverse to that folder and move (or delete???) that file. ============= But there are other places that excel can use to load a file. One is the registry And another is as a COM Addin. I'm gonna skip the registry suggestion until you check the first suggestion and then check the COM addin locations. In xl2003 menus: Open excel Tools|Customize|Commands Tab|Tools category Search for "COM Add-ins" Drag it to your favorite toolbar. (I placed it near the Addins... option under the Tools menu.) Close this customize dialog. And click on Tools|COM Add-ins... and see if you find anything that looks promising. Riccol wrote: C:\Program Files\Microsoft Office\Office10\XLStart is empty and if it's in C:\Program Files\Microsoft Office\Office10\AddIns it's not going by a name that makes it apparent it's Avery. "At startup open all files in" is blank. I installed it so long ago, I have no idea what the process was. Gord Dibben wrote: You will have two XLSTART folders. C:\Documents and Settings\username\Application Data\Microsoft\Excel\XLSTART C:\Program Files\Microsoft Office\OFFICE10\XLSTART Or maybe check in ToolsOptionsGeneral "At startup open all files in" Only if you have a path entered there. Elsewise, how did you install the Avery Labelmaker? You might get an idea from the install routine. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Home Toolbar Permanently | Excel Discussion (Misc queries) | |||
How do I permanently delete a custom toolbar in Excel? | Excel Worksheet Functions | |||
how do you permanently change toolbar from default setting in exce | Excel Discussion (Misc queries) | |||
How to permanently customize a toolbar?? | Excel Discussion (Misc queries) | |||
how do I add sum function to the toolbar permanently | Excel Discussion (Misc queries) |