|
-
Nov 22nd, 2007, 05:36 AM
#1
Thread Starter
Addicted Member
Excel File through IE
Hi,
I am using IE6, excel 2003, SP2
I am making files available via a link on the intranet
I save the file, and when I open it through the intranet link the file opens in IE
the problem I am having is that, there is vba code in the file
and the code bugs, when it is referencing ranges etc.
when I open the file normally through excel there is no errors
it just appears to be when I am opening the file through IE
are there any known issues/fixes that can help me resolve this
please ask if any part of this post is unclear
Thanks
Mitch
-
Nov 22nd, 2007, 12:55 PM
#2
Re: Excel File through IE
Its security violations as normal vba code wont be run in a web browser. You need to adjust your setting by perhaps adding the site to your trusted sites collection since this is an intrranet site it should be safe.
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 
-
Nov 22nd, 2007, 01:20 PM
#3
Thread Starter
Addicted Member
Re: Excel File through IE
how would i go about that?
is it hard to do?
potentially 300+ people could view and use this file
everything is locked down in work, so it would be hard for me to arrange any security settings to be changed
the digital certificate will be trusted on these machines
is that not enough?
you know any alternatives, so i can get round this?
thanks
-
Nov 22nd, 2007, 03:02 PM
#4
Re: Excel File through IE
Well unless you can remove the vba code you will need some way of allowing it to run.
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 
-
Nov 22nd, 2007, 04:52 PM
#5
Thread Starter
Addicted Member
Re: Excel File through IE
damn 
is there no way to open excel instead of opening IE
sorry for all the questions
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
|