Hiding a Workbook on Load of Excel app?
- From: "Brian Underhill via DotNetMonster.com" <u15083@uwe>
- Date: Mon, 24 Oct 2005 14:42:05 GMT
I was trying to create a form that links to an Excel file. Once i get the
form to open the Excel object, is there anyway to hide it form view? I do
not wan the user to see the initialization of the Excel app, just the form.
Thanks,
Brian
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-general/200510/1
.
Relevant Pages
- Re: Running Excel Addin from VBA in Access....HELP!!
... You initially build a macro in Excel to do what you want, ... imbeds it in an Excel file of your choosing, then runs it as a macro. ... code that creates an Excel file, ... Dim objUniqueTeams As Object ... (microsoft.public.access.modulesdaovba) - Re: Real Workaround for Excel Link Bug in 2007?
... you'd need the Excel file in the local directory. ... Or did you mean local HDD vs "the same directory as the PPT itself"? ... (microsoft.public.powerpoint) - Re: Import same Excel ranges from many workbooks
... Import Data from that EXCEL File via TransferSpreadsheet" in your suggested ... Dim strTable As String, strBrowseMsg As String ... accept the named ranges from those Excel workbooks without errors. ... (microsoft.public.access.modulesdaovba) - Re: Importing data from Excel 2003 to Access 2003
... On which code step does the debugger highlight for the "object/class" error? ... Dim strPathFile As String, strFile As String, strPath As String ... ' Change this next line to True if the first row in EXCEL worksheet ... in the rest) of an Excel file and puts the data in an Access table. ... (microsoft.public.access.externaldata) - RE: Issue with UNC Path (I think). Trying to build Dynamic Report
... Table and then suck in all the data from my Excel sheet on the network drive. ... easy to find the UNC path for a drive litter. ... Function UNCDrive(strUNCName As String) As String ... I am trying to Link to an Excel file on a network drive and build a Report ... (microsoft.public.access.formscoding) |
|