Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My excel file is to close itself after access is called, however the access
file is not opened in full window size. How can I modify the code in order to have the access window in full size? Sub OpenDatabaseFile() Dim accessApp As Object Set accessApp = CreateObject("Access.Application.9") With accessApp .OpenCurrentDatabase ("D:\db1.mdb") .Visible = True End With Set accessApp = Nothing ThisWorkbook.Close End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Query from Access into Excel cause Access to go to read only | Excel Discussion (Misc queries) | |||
Can Excel access data from Access?! | Excel Discussion (Misc queries) | |||
Access Form In An Access Report (SubForm) Question | Links and Linking in Excel | |||
Automate without add-ins | Excel Discussion (Misc queries) | |||
Automate Add-in | Excel Discussion (Misc queries) |