Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Shell to MSAccess

Hi my original file was built in Excel 97 we have now
moved to Excel 2002, now the code that shell to Access
wont work.
the error I get is that the database is not recognized
the Database has been converted, has anybody had this
problem before if so can you please help. I am using the
code below which worked ok in excel 97.
Charles.



Public Const DatabasePath = "S:\Vqship1\VinTracking.mdb"
Public Const DatabasePath2 = "MSACCESS.EXE S:\Vqship1
\VinTracking.mdb"

netAccess = Shell(DatabasePath2, vbMaximizedFocus)
Set objAccess = GetObject(DatabasePath)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start Excel inside MSaccess with a makro Lars[_2_] Setting up and Configuration of Excel 0 March 3rd 07 01:40 PM
Hyperlink to specific Form in MSAccess Widemonk Excel Discussion (Misc queries) 4 January 25th 06 10:15 PM
using linest excel function from msaccess with multidimensional ar jobxyz Excel Worksheet Functions 1 December 26th 05 02:11 PM
Shell to MSAccess Charles Excel Programming 0 February 18th 04 02:50 PM
Shell Joseph[_12_] Excel Programming 1 February 1st 04 04:33 AM


All times are GMT +1. The time now is 01:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"