|
-
Mar 22nd, 2006, 03:48 AM
#1
Thread Starter
Frenzied Member
Excel file that holds environmen data
Anyone know how to find the Excel environment file ?
I had Crystal Reports, which in turn put an icon on the toolbar.
Then Crystal got binned, but whenever I fire up Excel its obviously still looking for the icon as it throws up an error.
I can get in OK after that, its just annoying, so I presume theres maybe an .INI file somewhere where I can remove the reference to it ?
Last edited by TheBionicOrange; Mar 27th, 2006 at 11:07 AM.
-
Mar 23rd, 2006, 09:13 AM
#2
Re: Excel file that holds environmen data
See what you find under C:\Documents and Settings\YourLogInId\Application Data\Microsoft
-
Mar 23rd, 2006, 12:23 PM
#3
Re: Excel file that holds environmen data
Two locations to check out.
C:\Documents and Settings\UserName\Application Data\Microsoft\Excel\XLSTART
C:\Documents and Settings\UserName\Application Data\Microsoft\AddIns
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 23rd, 2006, 12:41 PM
#4
Re: Excel file that holds environmen data
I was close.
I forgot to add the Excel\XLSTART.
-
Mar 23rd, 2006, 12:43 PM
#5
Re: Excel file that holds environmen data
More then likely its in the Add-In folder but I cant verify this as my version of CR doesnt add anything to Excel. Its probably too old.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2006, 02:35 AM
#6
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
OK nothing in XLSTART directory, and 1 file in ADDINS directory called CRPTACCWZ2K.MDE.
Tried moving this out but still had same problem.
Excel still looking for :
C:\Program Files\Seagate Software\Report Designer Component\CRPTXLS.XLA.
Grrr !
-
Mar 27th, 2006, 10:29 AM
#7
Re: Excel file that holds environmen data
How about -
?:\Program Files\Microsoft Office\OFFICE11\ADDINS
?:\Program Files\Microsoft Office\OFFICE11\STARTUP
?:\Program Files\Microsoft Office\OFFICE11\MACROS
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2006, 10:52 AM
#8
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
Nothing obvious in \Addins. Only a couple of files in there.
Don't have a \STARTUP or a \MACROS directory using that path.
I'll see if they exist under a slightly different path.
-
Mar 27th, 2006, 10:54 AM
#9
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
OK found them under C:\Program Files\Microsoft Office\Office ... but no not in those other 2 either !
-
Mar 27th, 2006, 10:55 AM
#10
Re: Excel file that holds environmen data
There is also a personal and public macros folder somewhere but I cant remember off hand. How about searching the registry for anything that may show it placing the startup info for Excel to add the toolbuttons in?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2006, 10:58 AM
#11
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
Good point.
Give me 10 minutes and I'll be back asking for links to "Registry Rebuilding Software" !!
-
Mar 27th, 2006, 11:00 AM
#12
Re: Excel file that holds environmen data
Ok.
I had looked for any obvious keys but not having a newer version of CR I dont think I have the same feature as you.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2006, 11:06 AM
#13
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
Cheers Rob. Found 2 entries ... deleted them both ... job done 
AND no need for a rebuild 
At least ... not yet as far as I know !
Thanks a lot for your input.
-
Mar 27th, 2006, 11:31 AM
#14
Re: Excel file that holds environmen data
NP But could you post the locations in the registry that contained the offending load?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2006, 11:56 AM
#15
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
oops !
I would if I hadn't already quit REGEDIT !
-
Mar 27th, 2006, 11:57 AM
#16
Re: Excel file that holds environmen data
Regedit should reopen to the last location you were in. One out of two wouldnt be bad.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 28th, 2006, 02:36 AM
#17
Thread Starter
Frenzied Member
Re: Excel file that holds environmen data
OK.
The second one was found in :
HKEY_CURRENT_USERS\Software\Microsoft\Office\9.0\Excel\Options
-
Mar 28th, 2006, 03:44 AM
#18
Re: Excel file that holds environmen data
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|